diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 6c2fae52d..8deefea47 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2281,7 +2281,6 @@ export default { }, // 编辑标准属性 selectStandardPro (item, state) { - debugger this.id = item.id this.collectId = item.collectId this.addOrUPdateFlag = 2 @@ -3097,7 +3096,6 @@ export default { }, // 保存或修改标准 saveOrUpdateStands () { - debugger this.isSubmit = true this.$refs['sarStandardsInfoForm'].validate((valid) => { if (valid) {