From 27f5fce1ffcbb81c90ff7f6d71edd1ee900dc8ef Mon Sep 17 00:00:00 2001 From: zyd Date: Wed, 27 Jul 2022 23:00:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E6=8E=89debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 0121e3008..34e2c6c0c 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1140,7 +1140,6 @@ export default { } }, standSelectChangeByStandTab (data) { - debugger this.selectedSplitStandList = [] let checkId = data.standId+"_"+data.attId for (let i = 0; i < this.addSpiltStandList.length; i++) { @@ -1214,7 +1213,6 @@ export default { } }, saveSplitInfo () { - debugger if (this.selectedSplitStandList != null && this.selectedSplitStandList.length > 0) { if (this.selectedSplitStandList.length > 1) { this.$message.warning('当前仅支持一次拆分一条数据')