From 9160cf6c6917c80276308138cc4a16c5c89a0c84 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 11 Jan 2023 09:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/supCompanyEditDialog.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/purchase/supCompanyEditDialog.vue b/src/views/purchase/supCompanyEditDialog.vue index 1562148..2767259 100644 --- a/src/views/purchase/supCompanyEditDialog.vue +++ b/src/views/purchase/supCompanyEditDialog.vue @@ -472,7 +472,6 @@ export default { methods: { onModifySubmit(val) { - this.inputQuery.auditStatus = val; if (this.editType == 0) { //新增保存 @@ -516,10 +515,10 @@ export default { this.closeDialog(); } else { this.$message.error(response.message); - this.inputQuery.auditStatus=0 } }); }).catch(() => { + this.inputQuery.auditStatus=0 }); } else { return false;