diff --git a/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html b/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html index 795a1bf..d4bed78 100644 --- a/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html +++ b/src/main/resources/static/pages/evaluate/outsourceAudit/outsourceAuditForm.html @@ -93,7 +93,7 @@ let keyList = [] for (let key in item) { - if (key.indexOf('-') > 0) { + if (key.indexOf('-') > 0 && key.split('-').length - 1 >= 2) { keyList.push(item[key]) } }