fix: 数据查询搜索条件联动

This commit is contained in:
JiangSheng
2026-01-16 13:58:09 +08:00
parent 8221654f0d
commit 3e5570fe36
3 changed files with 3 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ interface Props {
currentNode?: string;
runId?: string;
rowData?: Record<string, any>;
defaultKeyResultType?: '1' | '2' | '3';
defaultKeyResultType?: '1' | '2' | '3'| string;
}
const props = withDefaults(defineProps<Props>(), {