支持表格不分页

This commit is contained in:
RuoYi
2018-07-23 15:33:28 +08:00
parent 4e45e4638f
commit 535f2fafc4
4 changed files with 6 additions and 15 deletions

View File

@ -46,11 +46,7 @@
var datas = [[${@dict.getType('sys_show_hide')}]];
var prefix = ctx + "system/menu"
window.onload = function() {
loading();
};
function loading() {
$(function() {
var options = {
id: "menuId",
parentId: "parentId",
@ -130,7 +126,7 @@
}]
};
$.treeTable.init(options);
}
});
function remove(id) {
$.modal.confirm("确定删除该条" + $.table._option.modalName + "信息吗?", function() {