From 32b52e09371271bd5d98e6e68495c596fcffb2ee Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 5 Jun 2025 10:45:28 +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 --- .../outsourcerEvaluation/evaluationForm.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index 0179c19..c967392 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -426,14 +426,6 @@ }) $(`#uploadBtn${Index}`).show() }) - - $(document).on('click', '.file-icon', function () { - var dataId = $(this).data('id'); - var dataIndex = $(this).data('index'); - console.log('dataIndex图标', dataIndex) - console.log('dataId图标', dataId) - console.log('tableRowList图标', tableRowList[dataIndex]) - }) tableLoading && layer.close(tableLoading); } }); @@ -449,6 +441,14 @@ }); } }); + + $(document).on('click', '#baseTable .file-icon', function () { + var dataId = $(this).data('id'); + var dataIndex = $(this).data('index'); + console.log('dataIndex图标', dataIndex) + console.log('dataId图标', dataId) + console.log('tableRowList图标', tableRowList[dataIndex]) + }) // 单元格普通编辑事件 // table.on('edit(baseTable)', function (obj) { // var value = obj.value // 得到修改后的值