fix: 数据查询搜索条件联动
This commit is contained in:
@@ -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>(), {
|
||||
|
||||
Reference in New Issue
Block a user