fix: 修复点击选中行

This commit is contained in:
yubaolee
2025-04-14 15:58:09 +08:00
parent 77445b7197
commit 3693a9dc44
3 changed files with 11 additions and 2 deletions

View File

@@ -62,6 +62,7 @@
});
};
mainList();
clickTableRow(table,'mainList', 'list');
//添加(编辑)对话框
var editDlg = function () {

View File

@@ -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/"
}).use(['form', 'vue', 'ztree', 'layer', 'jquery', 'table', 'droptree', 'openauth', 'utils'], function () {
var form = layui.form,
@@ -50,7 +57,7 @@
});
};
mainList();
clickTableRow(table,'mainList', 'list');
//监听表格内部按钮

View File

@@ -72,6 +72,7 @@
});
};
mainList();
clickTableRow(table,'mainList', 'list');
//添加(编辑)对话框
var editDlg = function () {