代码优化

This commit is contained in:
liang.chao 2025-06-05 11:15:59 +08:00
parent 32fdf1e05e
commit 349cf4ad96
2 changed files with 4 additions and 5 deletions

View File

@ -575,6 +575,8 @@
<!-- <if test="type =='evaluate'">-->
<!-- and per.check_one = '2'-->
<!-- </if>-->
group by
per.id
order by
create_time desc
</select>

View File

@ -500,13 +500,10 @@
// });
}
$(document).on('click', '#baseTable .file-icon', function (e) {
e.stopPropagation(); // 阻止事件冒泡
console.log('点击了文件图标')
$(document).on('click', '.layui-table-cell', function (e) {
console.log('点击了单元格')
// var dataId = $(this).data('id');
// var dataIndex = $(this).data('index');
// console.log('File icon clicked', {
// dataIndex: dataIndex,
// dataId: dataId,