From 873cbd28702a2857519607e1a506178c7a185ef6 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 7 Aug 2025 17:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/evaluate/outsourceAudit/outsourceAuditForm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html b/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html index d4bed78..147e9ab 100644 --- a/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html +++ b/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html @@ -97,7 +97,7 @@ keyList.push(item[key]) } } - const isAllNull = keyList.every(item => item * 1 >= 0) + const isAllNull = keyList.every(item => item !== '' && item * 1 >= 0) tableListNew.push({ ...item, isAllNull: !isAllNull