更换变量显示组件
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;
|
||||
|
||||
@ -100,8 +100,8 @@ export const collectNodeVariables = (
|
||||
nodeName: nodeName,
|
||||
fieldName: output.name,
|
||||
fieldType: output.type,
|
||||
displayText: `\${${nodeName}.${output.name}}`,
|
||||
fullText: `${nodeName}.${output.name}`,
|
||||
displayText: `\${${nodeName}.outputs.${output.name}}`,
|
||||
fullText: `${nodeName}.outputs.${output.name}`,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user