fix: 修复工作流开始表单文案清空回退

- 保留标题和说明的显式空值

- 同步运行页与后端解析逻辑
This commit is contained in:
2026-07-21 18:53:28 +08:00
parent 4c28eaf393
commit f658f120e6
5 changed files with 38 additions and 14 deletions

View File

@@ -855,8 +855,8 @@ describe('workflow node fields', () => {
systemReserved: true,
});
expect(normalized.startFormMeta).toMatchObject({
title: '开始问答',
description: '请先补充必要信息,再开始执行工作流。',
title: '',
description: '',
submitText: '开始',
});
expect(normalized.parameters[0]).toMatchObject({