bug
This commit is contained in:
@@ -181,8 +181,12 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
||||
this.pages = res.data.pages
|
||||
this.$forceUpdate()
|
||||
}
|
||||
})
|
||||
.finally(() => {
|
||||
this.$forceUpdate()
|
||||
})
|
||||
},
|
||||
|
||||
getEchart() {
|
||||
|
||||
Reference in New Issue
Block a user