From 9d197bbc23af400d287ae646dc02eec44a305e5c Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 27 Feb 2025 10:23:56 +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 | 4 +++- 1 file changed, 3 insertions(+), 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 eee53a6..e7a2818 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -558,6 +558,8 @@ // filed.push(key); // } // } + + let fields = tableFieldList.map((e) => e.field) if (getUrlParam("type") == '2') { //对tableData进行处理 appraiser = 当前人 for (let i = 0; i < tableData.length; i++) { @@ -570,7 +572,7 @@ evaluateId: getUrlParam('id'), id: getUrlParam('detailsId'), jsonData: JSON.stringify(tableRowList), - titleFiled: filed.join(',') + titleFiled: fields.join(',') }; let path = getUrlParam("type") == '0' ? '/outsourcer/saveEvaluateData' : '/outsourcer/updateEvaluateData'; $.ajax({