1.首页面退出操作字体未对齐
2.基本配置-用户管理-新增用户bug
3.ASN IP配置导出bug(实际为公共界面所有超过阈值导出共性BUG)
4.ASN IP下拉框onchange事件
(cherry picked from commit 355fa8e3cb)
This commit is contained in:
3
src/main/resources/sql/20190126/alter_table_sysuser.sql
Normal file
3
src/main/resources/sql/20190126/alter_table_sysuser.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#Remove Sysuser Index
|
||||||
|
ALTER TABLE `sys_user`
|
||||||
|
DROP INDEX `AK_loginid_unique`;
|
||||||
@@ -486,6 +486,7 @@ function cancelPassOpt(url){
|
|||||||
url+="&hColumns="+hColumn.toString();
|
url+="&hColumns="+hColumn.toString();
|
||||||
}
|
}
|
||||||
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
||||||
|
|
||||||
//导出选中数据
|
//导出选中数据
|
||||||
if($(checkboxes).filter(":checked").length>0){
|
if($(checkboxes).filter(":checked").length>0){
|
||||||
doAll(checkboxes,url);
|
doAll(checkboxes,url);
|
||||||
@@ -499,6 +500,7 @@ function cancelPassOpt(url){
|
|||||||
$("#searchForm").attr("action",url);
|
$("#searchForm").attr("action",url);
|
||||||
$("#searchForm").submit();
|
$("#searchForm").submit();
|
||||||
closeTip();
|
closeTip();
|
||||||
|
$("#searchForm").attr("action",searchUrl);
|
||||||
}
|
}
|
||||||
},{buttonsFocus:1});
|
},{buttonsFocus:1});
|
||||||
top.$('.jbox-body .jbox-icon').css('top','55px');
|
top.$('.jbox-body .jbox-icon').css('top','55px');
|
||||||
|
|||||||
@@ -24,9 +24,9 @@
|
|||||||
});
|
});
|
||||||
//筛选功能初始化
|
//筛选功能初始化
|
||||||
filterActionInit();
|
filterActionInit();
|
||||||
//$("#isAudit").change(function(){
|
$("#isAudit").change(function(){
|
||||||
// page();
|
page();
|
||||||
//});
|
});
|
||||||
//reset
|
//reset
|
||||||
$("#resetBtn").on("click",function(){
|
$("#resetBtn").on("click",function(){
|
||||||
$("select.selectpicker").each(function(){
|
$("select.selectpicker").each(function(){
|
||||||
|
|||||||
@@ -415,7 +415,7 @@ background:#3d3d3d;
|
|||||||
<li><a href="${ctx}/sys/user/info" target="mainFrame"><i class="icon-user"></i> <spring:message code="userInfo"></spring:message></a></li>
|
<li><a href="${ctx}/sys/user/info" target="mainFrame"><i class="icon-user"></i> <spring:message code="userInfo"></spring:message></a></li>
|
||||||
<li><a href="${ctx}/sys/user/modifyPwd" target="mainFrame"><i class="icon-lock"></i> <spring:message code="updatePwd"></spring:message></a></li>
|
<li><a href="${ctx}/sys/user/modifyPwd" target="mainFrame"><i class="icon-lock"></i> <spring:message code="updatePwd"></spring:message></a></li>
|
||||||
<li><a href="${pageContext.request.contextPath }/logout" >
|
<li><a href="${pageContext.request.contextPath }/logout" >
|
||||||
<i class="icon-key"></i> <spring:message code="exit"></spring:message></a></li>
|
<i class="icon-key"></i> <spring:message code="exit"></spring:message></a></li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<!-- END USER LOGIN DROPDOWN -->
|
<!-- END USER LOGIN DROPDOWN -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user