feat:为DiscoverSource接口添加依赖关系字典,优化过滤参数的watch逻辑

This commit is contained in:
jxxghp
2025-02-10 22:05:33 +08:00
parent 632dfbaf10
commit de6ad2479e
2 changed files with 25 additions and 5 deletions

View File

@@ -1243,6 +1243,8 @@ export interface DiscoverSource {
filter_params: { [key: string]: any }
// 过滤参数UI配置
filter_ui: RenderProps[]
// UI依赖关系字典
depends?: { [key: string]: string[] }
}
// 推荐的数据源