From 73a2a5dde5418b2a070a17f4ac735ccd07e9a8a7 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 30 Nov 2022 10:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=AE=A1=E5=88=92=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=BC=B9=E6=A1=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/enterpriseStandardPlan/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index 8c58a940b..4dbe6a85f 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -1226,10 +1226,8 @@ this.$http.post(url, this.addForm, { _this: this }, res => { - this.submitLoading = false if (res.ok) { if (res.data === '操作成功') { - this.addDrawer = false this.$message.success(tips + '成功') this.getData() if(this.DrawerType === 'add'){ @@ -1256,6 +1254,8 @@ _this: this }, res => { if (res.success) { + this.submitLoading = false + this.addDrawer = false // this.$message.success(res.message) } })