This commit is contained in:
花有清香月有阴
2022-01-17 10:42:59 +08:00
parent a805056e9a
commit 70bcace7b4
2 changed files with 14 additions and 3 deletions

View File

@@ -181,8 +181,12 @@ export default {
if (res.code == 0) {
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
this.pages = res.data.pages
this.$forceUpdate()
}
})
.finally(() => {
this.$forceUpdate()
})
},
getEchart() {