From 6d3e004e5992f7f5806587be5119e25469d41c8d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 19 Dec 2023 16:19:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=B3=E8=BD=AC=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=92=8C=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E9=85=8D=E5=90=88=E4=BD=BF=E7=94=A8=20#5924?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/panel/linkJumpSet/index.vue | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/core/frontend/src/views/panel/linkJumpSet/index.vue b/core/frontend/src/views/panel/linkJumpSet/index.vue index a3966b1c0d..acd1f9e520 100644 --- a/core/frontend/src/views/panel/linkJumpSet/index.vue +++ b/core/frontend/src/views/panel/linkJumpSet/index.vue @@ -173,6 +173,7 @@
{ + if (componentItem.type === 'custom') { + this.currentLinkPanelViewArray.push({ + id: componentItem.id, + type: 'filter', + name: componentItem.options.attrs.title ? componentItem.options.attrs.title : this.widgetSubjectsTrans[componentItem.serviceName] + }) + this.viewIdFieldArrayMap[componentItem.id] = [{ id: 'empty', name: this.$t('panel.filter_no_select') }] + } + }) }) }, panelNodeClick(data, node) {