消息修改

This commit is contained in:
仲么了
2023-09-22 13:39:19 +08:00
parent a17e785d3e
commit 525e7e6f04
11 changed files with 223 additions and 142 deletions

View File

@@ -39,10 +39,6 @@ export default {
this.store = this.DataSource('/cs-harmonic-boot/event/queryEventList')
this.store.params.type = 2
this.store.firstCallBack = (res) => {
this.store.data.forEach((item) => {
item.title = item.equipmentName
})
console.log(this.store.data)
this.loading = false
}
this.store.reload()