This commit is contained in:
zds
2022-10-09 15:12:43 +08:00
parent 4d2c1bc18b
commit 4e86377f0b
6 changed files with 259 additions and 1 deletions

View File

@@ -351,6 +351,13 @@ export default {
close() {
this.$emit('update:dialogShow', false)
this.form = {}
this.tableDtl = []
this.tableDtl2 = []
this.tableDtl3 = []
this.tableDtl4 = []
this.tableDtl5 = []
this.tableDtl6 = []
this.tableDtl7 = []
this.$emit('AddChanged')
},
open() {
@@ -364,6 +371,20 @@ export default {
equipmentfile.queryivt3(this.form).then(res => {
this.tableDtl3 = res
})
equipmentfile.queryivt4(this.form).then(res => {
this.tableDtl4 = res
})
equipmentfile.queryivt5(this.form).then(res => {
this.tableDtl5 = res
})
equipmentfile.queryivt6(this.form).then(res => {
this.tableDtl6 = res
})
equipmentfile.queryivt7(this.form).then(res => {
this.tableDtl7 = res
})
},
formatInvsName(row, cloum) {
return this.dict.label.EM_DEVICE_BY_INVSTATUS[row.invstatus]