From 7bdfa939325ff4c10b998321d4d66ca80813ffcf Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 21 Jul 2022 17:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056714=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A0=87=E5=87=86=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E7=9A=84=E5=B7=B2=E9=80=89=E6=A0=87=E5=87=86=E4=BC=9A?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=B8=A6=E5=87=BA=E4=B8=8A=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 8284a2c05..946dd1e0c 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -5472,7 +5472,8 @@ export default { loading: 'isSubmit' }, res => { if (res.ok) { - this.configStandFlag = false + this.cancelConfigStand() + // this.configStandFlag = false // this.$message({ // showClose: true, // message: '配置标准成功!',