check bugs

This commit is contained in:
yubao
2018-04-13 07:10:02 +08:00
parent a42d449c97
commit 785cfcc533
9 changed files with 477 additions and 23 deletions

View File

@@ -13,14 +13,16 @@ Author: yubaolee
layui.config({
base: "/js/"
}).use(['form','vue', 'ztree', 'layer', 'jquery', 'table','droptree','openauth'], function () {
}).use(['form','vue', 'ztree', 'layer', 'jquery', 'table','droptree','openauth', 'utils'], function () {
var form = layui.form,
//layer = (parent == undefined || parent.layer === undefined )? layui.layer : parent.layer,
layer = layui.layer,
$ = layui.jquery;
var table = layui.table;
var openauth = layui.openauth;
var toplayer = (top == undefined || top.layer === undefined) ? layer : top.layer; //顶层的LAYER
layui.droptree("/UserSession/GetOrgs", "#Organizations", "#OrganizationIds");
$("#menus").loadMenus("<%=ModuleName%>");
//主列表加载,可反复调用进行刷新
var config= {}; //table的参数如搜索key点击tree的id