更换变量显示组件
This commit is contained in:
parent
3e40119f09
commit
c5b4b6046a
@ -1,4 +1,4 @@
|
|||||||
import type {Page, PageParams} from '@/types/base';
|
import type {Page} from '@/types/base';
|
||||||
|
|
||||||
// 默认分页参数
|
// 默认分页参数
|
||||||
export const DEFAULT_PAGE_SIZE = 10;
|
export const DEFAULT_PAGE_SIZE = 10;
|
||||||
|
|||||||
@ -100,8 +100,8 @@ export const collectNodeVariables = (
|
|||||||
nodeName: nodeName,
|
nodeName: nodeName,
|
||||||
fieldName: output.name,
|
fieldName: output.name,
|
||||||
fieldType: output.type,
|
fieldType: output.type,
|
||||||
displayText: `\${${nodeName}.${output.name}}`,
|
displayText: `\${${nodeName}.outputs.${output.name}}`,
|
||||||
fullText: `${nodeName}.${output.name}`,
|
fullText: `${nodeName}.outputs.${output.name}`,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user