diff --git a/CCFlow/CCFlow/WF/WorkOpt/AccepterOfGener.htm b/CCFlow/CCFlow/WF/WorkOpt/AccepterOfGener.htm index 1a3fdc74..7999a295 100644 --- a/CCFlow/CCFlow/WF/WorkOpt/AccepterOfGener.htm +++ b/CCFlow/CCFlow/WF/WorkOpt/AccepterOfGener.htm @@ -508,7 +508,7 @@ callerFilds += input.id + ","; } - if (rows1.length < 2 || callerFilds == "") { + if (rows1.length < 2 && callerFilds == "") { alert("请选中人员再点击发送。"); return; }