mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
fix: 修复点击选中行
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
mainList();
|
mainList();
|
||||||
|
clickTableRow(table,'mainList', 'list');
|
||||||
|
|
||||||
//添加(编辑)对话框
|
//添加(编辑)对话框
|
||||||
var editDlg = function () {
|
var editDlg = function () {
|
||||||
|
@@ -1,4 +1,11 @@
|
|||||||
layui.config({
|
/*
|
||||||
|
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
||||||
|
* @Date: 2023-12-25 14:43:53
|
||||||
|
* @Description:
|
||||||
|
* @LastEditTime: 2025-04-14 15:55:51
|
||||||
|
* Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved.
|
||||||
|
*/
|
||||||
|
layui.config({
|
||||||
base: "/js/"
|
base: "/js/"
|
||||||
}).use(['form', 'vue', 'ztree', 'layer', 'jquery', 'table', 'droptree', 'openauth', 'utils'], function () {
|
}).use(['form', 'vue', 'ztree', 'layer', 'jquery', 'table', 'droptree', 'openauth', 'utils'], function () {
|
||||||
var form = layui.form,
|
var form = layui.form,
|
||||||
@@ -50,7 +57,7 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
mainList();
|
mainList();
|
||||||
|
clickTableRow(table,'mainList', 'list');
|
||||||
|
|
||||||
|
|
||||||
//监听表格内部按钮
|
//监听表格内部按钮
|
||||||
|
@@ -72,6 +72,7 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
mainList();
|
mainList();
|
||||||
|
clickTableRow(table,'mainList', 'list');
|
||||||
|
|
||||||
//添加(编辑)对话框
|
//添加(编辑)对话框
|
||||||
var editDlg = function () {
|
var editDlg = function () {
|
||||||
|
Reference in New Issue
Block a user