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] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=9C=AA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=94=A8=E6=88=B7=E8=AE=BF=E9=97=AE=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E8=BF=9E=E6=8E=A5tab=E7=BB=84=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=A7=86=E5=9B=BE=EF=BC=8C=E6=8F=90=E7=A4=BA=E9=9C=80?= =?UTF-8?q?=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() {