修复最后一个任务节点挂载子表单formData没有值的问题
parent
5e35251d2e
commit
53ce64de4f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue