mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
优化点击行可选中
This commit is contained in:
@@ -62,7 +62,6 @@ layui.config({
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//菜单列表
|
||||
var menucon = {}; //table的参数,如搜索key,点击tree的id
|
||||
var menuList = function (options) {
|
||||
@@ -213,6 +212,7 @@ layui.config({
|
||||
};
|
||||
}();
|
||||
|
||||
clickTableRow(table,'mainList', 'list');
|
||||
//监听行单击事件
|
||||
table.on('row(list)', function (obj) {
|
||||
menuList({moduleId: obj.data.Id});
|
||||
|
Reference in New Issue
Block a user