|
@ -1997,20 +1997,6 @@ export default { |
|
|
if (this.addRowIndex !== null && this.addRowIndex.length > 0) { |
|
|
if (this.addRowIndex !== null && this.addRowIndex.length > 0) { |
|
|
let baseIds = '' |
|
|
let baseIds = '' |
|
|
for (let i = 0; i < this.addRowIndex.length; i++) { |
|
|
for (let i = 0; i < this.addRowIndex.length; i++) { |
|
|
for (let i = 0; i < this.tableData.length; i++) { |
|
|
|
|
|
if ( |
|
|
|
|
|
this.tableData[i].zhucedaima === |
|
|
|
|
|
this.baseList[this.addRowIndex[i]].zhucedaima |
|
|
|
|
|
) { |
|
|
|
|
|
return true |
|
|
|
|
|
} |
|
|
|
|
|
if ( |
|
|
|
|
|
this.tableData[i].shiyongdengjibianhao === |
|
|
|
|
|
this.baseList[this.addRowIndex[i]].shiyongdengjibianhao |
|
|
|
|
|
) { |
|
|
|
|
|
return true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
baseIds += this.baseList[this.addRowIndex[i]].id + ',' |
|
|
baseIds += this.baseList[this.addRowIndex[i]].id + ',' |
|
|
} |
|
|
} |
|
|
if (this.formState === 'update') { |
|
|
if (this.formState === 'update') { |
|
|