下钻table,loading消失后好久(大概5秒左右空白)才出现数据
This commit is contained in:
@@ -360,9 +360,9 @@ export default {
|
|||||||
console.error(e)
|
console.error(e)
|
||||||
this.showError = true
|
this.showError = true
|
||||||
this.errorMsg = this.errorMsgHandler(e)
|
this.errorMsg = this.errorMsgHandler(e)
|
||||||
|
this.toggleLoading(false)
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.changeUrlTabState()
|
this.changeUrlTabState()
|
||||||
this.toggleLoading(false)
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
sortable (title) {
|
sortable (title) {
|
||||||
|
|||||||
Reference in New Issue
Block a user