This commit is contained in:
花有清香月有阴
2022-01-14 14:27:40 +08:00
parent 89811cee51
commit 83ae7eaeda
2 changed files with 5 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ export default {
.then((res) => {
if (res.code == 0) {
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
this.$forceUpdate()
this.total = res.data.total
this.pages = res.data.pages