diff --git a/src/main/resources/sql/20190126/alter_table_sysuser.sql b/src/main/resources/sql/20190126/alter_table_sysuser.sql new file mode 100644 index 000000000..da7055def --- /dev/null +++ b/src/main/resources/sql/20190126/alter_table_sysuser.sql @@ -0,0 +1,3 @@ +#Remove Sysuser Index +ALTER TABLE `sys_user` +DROP INDEX `AK_loginid_unique`; diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index b495b5d80..a83b84b5c 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -486,6 +486,7 @@ function cancelPassOpt(url){ url+="&hColumns="+hColumn.toString(); } var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox"); + //导出选中数据 if($(checkboxes).filter(":checked").length>0){ doAll(checkboxes,url); @@ -499,6 +500,7 @@ function cancelPassOpt(url){ $("#searchForm").attr("action",url); $("#searchForm").submit(); closeTip(); + $("#searchForm").attr("action",searchUrl); } },{buttonsFocus:1}); top.$('.jbox-body .jbox-icon').css('top','55px'); diff --git a/src/main/webapp/WEB-INF/views/basics/asnIpCfgList.jsp b/src/main/webapp/WEB-INF/views/basics/asnIpCfgList.jsp index 1758646f9..370919a3b 100644 --- a/src/main/webapp/WEB-INF/views/basics/asnIpCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/basics/asnIpCfgList.jsp @@ -24,9 +24,9 @@ }); //筛选功能初始化 filterActionInit(); - //$("#isAudit").change(function(){ - // page(); - //}); + $("#isAudit").change(function(){ + page(); + }); //reset $("#resetBtn").on("click",function(){ $("select.selectpicker").each(function(){ diff --git a/src/main/webapp/WEB-INF/views/home.jsp b/src/main/webapp/WEB-INF/views/home.jsp index 28ceed752..9825f5486 100644 --- a/src/main/webapp/WEB-INF/views/home.jsp +++ b/src/main/webapp/WEB-INF/views/home.jsp @@ -415,7 +415,7 @@ background:#3d3d3d;
  •  
  •  
  • -
  • +