This commit is contained in:
2025-08-08 10:55:27 +08:00
parent b471d437cb
commit ac754eb113
7 changed files with 17 additions and 16 deletions

View File

@@ -97,7 +97,7 @@
// this.dataList = res.data
this.totalCount = res.totalElements
if (res.totalElements > 0) {
const dataMap = res.data
const dataMap = res.content
this.dataList = this.reload ? dataMap : this.dataList.concat(dataMap)
this.reload = false
} else {