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

rf
xlsea 2023-02-07 15:14:14 +08:00
parent 5e35251d2e
commit 53ce64de4f
1 changed files with 1 additions and 1 deletions

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;