设备消息

This commit is contained in:
仲么了
2023-09-21 15:15:17 +08:00
parent 4e11e2f2fd
commit 464831f206
14 changed files with 189 additions and 108 deletions

View File

@@ -45,7 +45,7 @@ export default {
this.store.params.type = 0
this.store.firstCallBack = (res) => {
this.store.data.forEach((item) => {
item.title = item.equipmentName + dictData.find((item2) => item2.code === item.tag).name
item.title = item.equipmentName + dictData.find((item2) => item2.code === item.tag)?.name
})
console.log(this.store.data)
this.loading = false