From 0c8d930ee5fc31e12d1059679ac73ce733adb1e0 Mon Sep 17 00:00:00 2001 From: xiajunjie <752696511@qq.com> Date: Thu, 30 Dec 2021 20:30:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E5=9B=BE=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=A4=A7=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 41d3fb7329..363a93bd7f 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -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 {