diff --git a/ruoyi-ui/src/views/flowable/task/record/index.vue b/ruoyi-ui/src/views/flowable/task/record/index.vue index ea69d37..d209d68 100644 --- a/ruoyi-ui/src/views/flowable/task/record/index.vue +++ b/ruoyi-ui/src/views/flowable/task/record/index.vue @@ -429,7 +429,7 @@ export default { }, /** 审批任务 */ taskComplete() { - if (!this.taskForm.values){ + if (!this.taskForm.values && this.checkSendUser){ this.msgError("请选择流程接收人员"); return; }