From 3d57a5c75e68cf1b20c0956d1ca3f5c5c9618342 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Fri, 8 Aug 2025 09:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/evaluate/outsourceAudit/outsourceAuditForm.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html b/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html index 3a11425..5284c3b 100644 --- a/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html +++ b/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html @@ -93,12 +93,12 @@ let keyList = [] for (let key in item) { - if (key.indexOf('-') > 0 && key.split('-').length - 1 >= 2) { + if (key.indexOf('-') > 0 && key.split('-').length - 1 >= 2 && !key.includes('file') ) { keyList.push(item[key]) } } const isAllNull = keyList.every(item => { - return (item !== '' && item * 1 >= 0) || item.indexOf('file') > 0 + return (item !== '' && item * 1 >= 0) }) tableListNew.push({ ...item,