From 4cd6bf97afda1960a88ddf96372db04cabbda080 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 1 Apr 2024 12:01:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=90=8E=E8=BF=94=E5=9B=9E=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=B2=A1=E6=9C=89=E5=8A=A0=E8=BD=BD=E8=AF=A5?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/panel/list/PanelList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/views/panel/list/PanelList.vue b/core/frontend/src/views/panel/list/PanelList.vue index 92667cdf75..4d29aeabb3 100644 --- a/core/frontend/src/views/panel/list/PanelList.vue +++ b/core/frontend/src/views/panel/list/PanelList.vue @@ -662,7 +662,7 @@ export default { }, watch: { // 切换展示页面后 重新点击一下当前节点 - '$store.panel.mainActiveName': function(newVal, oldVal) { + '$store.state.panel.mainActiveName': function(newVal, oldVal) { if (newVal === 'PanelMain' && this.lastActiveNodeData) { this.activeNodeAndClickOnly(this.lastActiveNodeData) } From 17a6f5a1ab4870e8a565afce68ef5d7b5b7e6aa2 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 1 Apr 2024 12:10:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E7=94=A8=E6=88=B7=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E8=BF=9E=E6=8E=A5tab=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=A7=86=E5=9B=BE=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=99=BB=E5=BD=95=E9=97=AE=E9=A2=98=20#8680?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeTabs.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/frontend/src/components/widget/deWidget/DeTabs.vue b/core/frontend/src/components/widget/deWidget/DeTabs.vue index 9a0cf50930..f5c229b55b 100644 --- a/core/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/core/frontend/src/components/widget/deWidget/DeTabs.vue @@ -84,6 +84,7 @@ :panel-info="panelInfo" :in-screen="inScreen" :show-position="showPosition" + :user-id="userId" /> @@ -280,6 +281,10 @@ export default { terminal: { type: String, default: 'pc' + }, + userId: { + type: String, + require: false } }, data() {