diff --git a/modules/core/src/main/resources/views/modules/sys/companyList.html b/modules/core/src/main/resources/views/modules/sys/companyList.html index e64754f5..f1e5250d 100644 --- a/modules/core/src/main/resources/views/modules/sys/companyList.html +++ b/modules/core/src/main/resources/views/modules/sys/companyList.html @@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="ctrlPermi" value="${ctrlPermi}"/> <#form:hidden path="companyCode" class="isReset"/> diff --git a/modules/core/src/main/resources/views/modules/sys/menuList.html b/modules/core/src/main/resources/views/modules/sys/menuList.html index 42335bcd..cbdd0a09 100644 --- a/modules/core/src/main/resources/views/modules/sys/menuList.html +++ b/modules/core/src/main/resources/views/modules/sys/menuList.html @@ -35,7 +35,7 @@
- <#form:form id="searchForm" model="${menu}" action="${ctx}/sys/menu/listData" method="post" class="form-inline hide"> + <#form:form id="searchForm" model="${menu}" action="${ctx}/sys/menu/listData" method="post" class="form-inline "> <#form:hidden path="moduleCodes" class="isReset" /> <#form:hidden path="menuCode" class="isReset"/> <#form:hidden path="sysCode" /> @@ -79,7 +79,7 @@ //# // 初始化DataGrid对象 $('#dataGrid').dataGrid({ searchForm: $('#searchForm'), - columnModel: [ + columnModel: [ {header:'${text("菜单名称")}', name:'menuNameRaw', width:200, formatter: function(val, obj, row, act){ var icon = row.menuIcon || 'fa-circle-o opa08', iconHtml = ''; if (icon.indexOf('://') != -1){ diff --git a/modules/core/src/main/resources/views/modules/sys/moduleList.html b/modules/core/src/main/resources/views/modules/sys/moduleList.html index 9af38ac5..7beb5565 100644 --- a/modules/core/src/main/resources/views/modules/sys/moduleList.html +++ b/modules/core/src/main/resources/views/modules/sys/moduleList.html @@ -16,7 +16,7 @@
- <#form:form id="searchForm" model="${module}" action="${ctx}/sys/module/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${module}" action="${ctx}/sys/module/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -50,7 +50,7 @@