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,