fix:去掉debugger
This commit is contained in:
@@ -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('当前仅支持一次拆分一条数据')
|
||||
|
||||
Reference in New Issue
Block a user