This commit is contained in:
花有清香月有阴
2022-01-17 17:47:43 +08:00
parent c850ec5973
commit e77087ad50
3 changed files with 9 additions and 7 deletions

View File

@@ -129,10 +129,15 @@ export default {
.then((res) => {
if (res.code == 0) {
this.data = this.current > 1 ? [...this.data, ...res.data.records] : res.data.records
} else {
this.$forceUpdate()
}
})
.catch(() => {})
.catch(() => {
this.$forceUpdate()
})
.finally(() => {
this.$forceUpdate()
})
},
getUserList() {