代码更新

This commit is contained in:
ludj
2022-11-30 11:31:14 +08:00
parent 29c3a937f3
commit 9a271d0f79
14 changed files with 1 additions and 31 deletions

View File

@@ -387,7 +387,6 @@ export default {
}
const dafult = this.$el.getElementsByClassName('dafult')
for (let a = 0; a < dafult.length; a++) {
debugger
dafult[a].click()
}
}

View File

@@ -111,7 +111,6 @@ export default {
})
},
open() {
debugger
this.query.region_id = this.openParam
this.crud.toQuery()
},

View File

@@ -115,7 +115,6 @@ export default {
})
},
open() {
debugger
this.query.region_id = this.openParam
this.crud.toQuery()
},

View File

@@ -529,7 +529,6 @@ export default {
})
},
toView(row) {
debugger
if (row) {
this.$refs.viewDialog.setParentData(row)
}