fix: 审批页面流程人员根据条件显示

approve-sys
tony 3 years ago
parent 297736babc
commit b3d35cde7f

@ -429,7 +429,7 @@ export default {
},
/** 审批任务 */
taskComplete() {
if (!this.taskForm.values){
if (!this.taskForm.values && this.checkSendUser){
this.msgError("请选择流程接收人员");
return;
}

Loading…
Cancel
Save