This commit is contained in:
shijingjing
2022-02-14 15:02:14 +08:00
parent e8abec7eb9
commit e4f6d30b17
4 changed files with 154 additions and 3 deletions

View File

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