测报错

This commit is contained in:
liuye
2023-01-31 11:19:40 +08:00
parent 391f1899e1
commit 873aa0ad16

View File

@@ -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()