This commit is contained in:
liushiwei
2023-08-09 02:32:02 +08:00
parent 95e7a6136b
commit 80425f3d65
3 changed files with 5 additions and 4 deletions

View File

@@ -201,7 +201,7 @@
let mallInfo = this.mallList.filter(item => {
return item.mallId == this.mallId
})
this.mallName = mallInfo.mallName
this.mallName = mallInfo[0].mallName
// 下载数据
this.tableData = []