fix:去掉debugger

This commit is contained in:
zyd
2022-07-27 23:00:02 +08:00
parent 1a1826c70c
commit 27f5fce1ff
@@ -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('当前仅支持一次拆分一条数据')