Browse Source

优化页面

master
李磊 3 years ago
parent
commit
31776c3ed2
  1. 14
      src/views/bjd/dj_input.vue

14
src/views/bjd/dj_input.vue

@ -1997,20 +1997,6 @@ export default {
if (this.addRowIndex !== null && this.addRowIndex.length > 0) {
let baseIds = ''
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 + ','
}
if (this.formState === 'update') {

Loading…
Cancel
Save