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) } })