This commit is contained in:
shijingjing
2022-07-28 08:51:57 +08:00
parent bb263f8ed3
commit 74caeaebf8
11 changed files with 1779 additions and 40 deletions

View File

@@ -118,7 +118,7 @@ export default {
}
}).then(res=> {
if(res?.data) {
this.list = this.current == 1? res.data.records : [...res.data.records, ...this.list]
this.list = this.current == 1? res.data.records : [...this.list,...res.data.records]
}
})
},