From 784d5f335de6f548912c84b938153827c7136ebe Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 1 Dec 2021 17:06:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=9C=AC=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=A4=9A=E9=80=89=E5=88=87=E6=8D=A2=E5=8D=95=E9=80=89=E6=97=A0?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/edit/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index c25f8668e7..5a08771880 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -661,8 +661,6 @@ export default { }, sureFilter() { this.currentFilterCom.options.value = [] - const component = deepCopy(this.currentFilterCom) - this.$store.commit('setComponentWithId', component) this.$store.commit('recordSnapshot', 'sureFilter') this.closeFilter() },