feat(仪表板、数据大屏): 跳转支持携带过滤参数#12866

This commit is contained in:
wangjiahao
2024-11-20 16:13:05 +08:00
parent d6264c0e1b
commit 3c97aab17a
8 changed files with 95 additions and 29 deletions

View File

@@ -30,4 +30,9 @@ public class VisualizationLinkJumpTargetViewInfoVO {
* 联动目标类型 view 图表 filter 过滤组件 outParams 外部参数
*/
private String targetType;
/**
* 外部参数名称 当targetType==outParams时 实时查询对应名称
*/
private String outerParamsName;
}