From bf99f21fb9f6b1921d4d9a2a5a3c57a7527fad01 Mon Sep 17 00:00:00 2001 From: sunliang <593170460@qq.com> Date: Tue, 25 Jun 2024 16:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=B3=E8=BD=AC=E6=98=BE=E7=A4=BA=E7=9A=84=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CCFlow/CCFlow/WF/WorkOpt/AccepterOfGener.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }