代码优化
This commit is contained in:
parent
32fdf1e05e
commit
349cf4ad96
|
|
@ -575,6 +575,8 @@
|
|||
<!-- <if test="type =='evaluate'">-->
|
||||
<!-- and per.check_one = '2'-->
|
||||
<!-- </if>-->
|
||||
group by
|
||||
per.id
|
||||
order by
|
||||
create_time desc
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue