提交 0c8d930e authored 作者: xiajunjie's avatar xiajunjie

fix: 视图加载大数据

上级 3d4e6a39
...@@ -1466,11 +1466,11 @@ export default { ...@@ -1466,11 +1466,11 @@ export default {
}).catch(err => { }).catch(err => {
this.resetView() this.resetView()
this.resetDrill() this.resetDrill()
this.httpRequest.status = err.response.data.success
this.httpRequest.msg = err.response.data.message
this.$nextTick(() => { this.$nextTick(() => {
this.getChart(id) this.getChart(id)
}) })
this.httpRequest.status = err.response.data.success
this.httpRequest.msg = err.response.data.message
return true return true
}) })
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论