From b3d35cde7f9e7f64eb0afe9a49530cf7b3ed4c12 Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Tue, 22 Feb 2022 19:52:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=BA=BA=E5=91=98=E6=A0=B9=E6=8D=AE=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/flowable/task/record/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }