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: '配置标准成功!',