src/main/webapp/static/js/cstmr/cstmr.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/cstmr/cstmr.js
@@ -1,4 +1,5 @@ var pageCurr; var pageCount; layui.config({ base: baseUrl + "/static/layui/lay/modules/" }).extend({ @@ -75,6 +76,7 @@ top.location.href = baseUrl+"/"; } pageCurr=curr; pageCount = count; limit(); } }); @@ -194,7 +196,7 @@ // 搜索 form.on('submit(search)', function (data) { pageCurr = 1; tableReload(false); tableReload(); }); // 时间选择器 @@ -227,7 +229,7 @@ parent.layer.closeAll(); }); function tableReload(child) { function tableReload() { var searchData = {}; $.each($('#search-box [name]').serializeArray(), function() { searchData[this.name] = this.value;