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) {