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('当前仅支持一次拆分一条数据')