fix: 修复审批任务选择接收人后无法提交流程问题

rf
tony 2023-01-06 22:15:51 +08:00
parent 95d0315dcf
commit 6f78427285
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ export default {
this.$set(this.taskForm.variables, "approval", selectVal.join(','));
}
} else {
this.$set(this.taskForm.variables, "approval", selection);
this.$set(this.taskForm.variables, "approval", selection.userId.toString());
}
}
},