From 56a1da65d28f87d487cd2e41ac5fffbe8c22cdef Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 27 Feb 2025 10:47:44 +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/outsourcerEvaluation/evaluationForm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index 9ad2cf0..0da8993 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -230,7 +230,7 @@ console.log(dataId) console.log(item1[`${dataId}-file`]) - if (item1[`${dataId}-file`] && item1[`${dataId}-file`][fileName]) { + if (item1[`${dataId}-file`] && item1[`${dataId}-file`]['fileName']) { $(this).find('.layui-table-cell').append(` `) } }