From 30c00ec79a8523a542a864d434894e082755f054 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 23 Jul 2021 10:21:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E5=9B=BE=E4=B8=AD=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E5=AD=97=E6=AE=B5=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 5265fc7905..e34e9b7b81 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -709,6 +709,8 @@ export default { this.httpRequest.msg = err.response.data.message return true }) + } else { + this.resetView() } }, save(getData, trigger, needRefreshGroup = false) {