fix: [BPM 工作流] bug 修复
This commit is contained in:
@@ -657,8 +657,7 @@ async function validateNormalForm() {
|
||||
function getUpdatedProcessInstanceVariables() {
|
||||
const variables: any = {};
|
||||
props.writableFields.forEach((field: string) => {
|
||||
if (field && variables[field])
|
||||
variables[field] = props.normalFormApi.getValue(field);
|
||||
variables[field] = props.normalFormApi.getValue(field);
|
||||
});
|
||||
return variables;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user