mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 18:47:43 +00:00
!43 修复菜单,部门管理tree控件展开/折叠不可用问题
Merge pull request !43 from chenzz/Branch_bug_fix
This commit is contained in:
@@ -107,9 +107,9 @@ $(function() {
|
||||
var expandFlag = false;
|
||||
$("#expandAllBtn").click(function() {
|
||||
if (expandFlag) {
|
||||
$('#bootstrap-table').bootstrapTreeTable('expandAll');
|
||||
$('#bootstrap-tree-table').bootstrapTreeTable('expandAll');
|
||||
} else {
|
||||
$('#bootstrap-table').bootstrapTreeTable('collapseAll');
|
||||
$('#bootstrap-tree-table').bootstrapTreeTable('collapseAll');
|
||||
}
|
||||
expandFlag = expandFlag ? false: true;
|
||||
})
|
||||
|
Reference in New Issue
Block a user