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

Merge pull request !2 from 马铃薯头/master
rf
tony 2023-02-07 07:40:18 +00:00 committed by Gitee
commit 9942a301d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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;