修改外层上传文件收集逻辑
This commit is contained in:
@@ -4050,6 +4050,7 @@ const loadWorkflowFromDsl = (dsl: any) => {
|
||||
modelConfig: n.modelConfig || null,
|
||||
outputConfig: n.outputConfig || null,
|
||||
inputSource: n.inputSource || null,
|
||||
modelOutputFields: Array.isArray(n.modelOutputFields) ? n.modelOutputFields : null,
|
||||
// 加载提示词和保存文件配置
|
||||
isSaveFileEnabled: n.isSaveFile ?? false,
|
||||
patchLayoutEnabled: n.patchLayout ?? false,
|
||||
|
||||
Reference in New Issue
Block a user