完成layui table点击行选中优化

This commit is contained in:
yubaolee
2025-03-07 09:53:41 +08:00
parent 12d327ddac
commit 4e6287808b
9 changed files with 17 additions and 12 deletions

View File

@@ -109,6 +109,7 @@
};
}();
clickTableRow(table,'mainList', 'list');
//监听表格内部按钮
table.on('tool(list)', function (obj) {
var data = obj.data;