26800
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user