|
|
|
@ -25,6 +25,10 @@
|
|
|
|
|
top: -1px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-card-body .layui-form {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -191,7 +195,7 @@
|
|
|
|
|
org_id: orgId,
|
|
|
|
|
person_name: $("#personName").val()
|
|
|
|
|
},
|
|
|
|
|
height: 'full-150',
|
|
|
|
|
height: 'full-135',
|
|
|
|
|
page: {
|
|
|
|
|
limit: 15
|
|
|
|
|
, layout: ['count', 'prev', 'page', 'next', 'skip']
|
|
|
|
@ -507,7 +511,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
form.on('submit(user-query)', function () {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableRender();
|
|
|
|
|
|
|
|
|
|
// 阻止表单的默认提交行为
|
|
|
|
@ -520,7 +524,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.ztreeRefresh = function () {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function GetQueryString(name, istop) {
|
|
|
|
|