测报错
This commit is contained in:
@@ -109,6 +109,7 @@ export default {
|
||||
current: this.current,
|
||||
},
|
||||
}).then((res) => {
|
||||
console.log(res)
|
||||
if (res.code == 0) {
|
||||
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
||||
this.$forceUpdate()
|
||||
|
||||
Reference in New Issue
Block a user