From a9b938c1b4f5eb4e53ee5921973dcb0d9a0bf62f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 28 Feb 2022 18:37:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BC=96=E8=BE=91=E5=AE=8C?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E8=BF=94=E5=9B=9E=E6=97=B6=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E4=BB=AA=E8=A1=A8=E6=9D=BF=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index dae87841f3..818637badb 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1519,6 +1519,7 @@ export default { this.closeChangeChart() // 从仪表板入口关闭 if (this.$route.path.indexOf('panel') > -1) { + this.$store.commit('recordSnapshot') bus.$emit('PanelSwitchComponent', { name: 'PanelEdit' }) } this.$success(this.$t('commons.save_success'))