From 3e719894f6a7408dcc8e5d1d3be260957c359a90 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 26 Feb 2025 16:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outsourcerEvaluation/evaluationForm.html | 49 +++---------------- 1 file changed, 6 insertions(+), 43 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index b60e9cb..60e77d2 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -265,47 +265,12 @@ let innerHtml = '' dialogLabelList.forEach((e, index) => { - if (tableList[rowIndex].tableList && tableList[rowIndex].tableList.length > 0) { - - if (tableList[rowIndex].tableList[index].name && tableList[rowIndex].tableList[index].path) { - fileList.push({ - name: tableList[rowIndex].tableList[index].name, - path: tableList[rowIndex].tableList[index].path, - }) - - uploadDom.push('#uploadBtn' + index) - innerHtml += `