This commit is contained in:
yanran200730
2022-06-17 09:16:30 +08:00
parent 57ed7c4778
commit 43d1e6634d

View File

@@ -232,7 +232,11 @@
if (this.current > 1) {
this.list = [...this.list, ...res.data.records]
} else {
this.list = []
this.$nextTick(() => {
this.list = res.data.records
})
}
if (res.data.records.length < 10) {