|
@@ -339,7 +339,7 @@ export default {
|
|
|
this.visibleAudit = false
|
|
|
this.$message.success(res.message)
|
|
|
this.spinningAudit = false
|
|
|
- if (billStatus == 'AUDIT_PASS') {
|
|
|
+ if (billStatus == 'AUDIT_PASS' && !this.auditText) {
|
|
|
this.handleDispatch({ salesBillSn: this.$route.params.sn })
|
|
|
} else {
|
|
|
// 关闭详情跳列表
|