From 75b826ca8fbde480ea087a89794c9acc93dd6bd7 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 30 Nov 2022 18:30:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E6=8C=89=E9=92=AE):=20?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E8=BF=87=E6=BB=A4=E5=99=A8=E6=9C=AA=E8=83=BD?= =?UTF-8?q?=E5=8F=8A=E6=97=B6=E7=94=9F=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index 283db5d553..d3428c928c 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -1376,6 +1376,7 @@ export default { this.$store.commit('setComponentWithId', this.currentFilterCom) this.$store.commit('recordSnapshot', 'sureFilter') this.$store.commit('setCurComponent', { component: this.currentFilterCom, index: this.curComponentIndex }) + this.$store.commit('setComponentFromList', this.currentFilterCom) bus.$emit('refresh-button-info') this.closeButton() },