fix: 视图加载大数据

This commit is contained in:
xiajunjie 2021-12-30 20:30:31 +08:00
parent 3d4e6a391f
commit 0c8d930ee5

View File

@ -1466,11 +1466,11 @@ export default {
}).catch(err => {
this.resetView()
this.resetDrill()
this.httpRequest.status = err.response.data.success
this.httpRequest.msg = err.response.data.message
this.$nextTick(() => {
this.getChart(id)
})
this.httpRequest.status = err.response.data.success
this.httpRequest.msg = err.response.data.message
return true
})
} else {