!2 修复最后一个任务节点挂载子表单formData没有值的问题

Merge pull request !2 from 马铃薯头/master
This commit is contained in:
tony
2023-02-07 07:40:18 +00:00
committed by Gitee

View File

@@ -448,8 +448,8 @@ export default {
const params = {taskId: this.taskForm.taskId}
getNextFlowNode(params).then(res => {
const data = res.data;
this.taskForm.formData = formData;
if (data) {
this.taskForm.formData = formData;
if (data.dataType === 'dynamic') {
if (data.type === 'assignee') { // 指定人员
this.checkSendUser = true;