Commit a323891e authored by mikey.zhaopeng's avatar mikey.zhaopeng Committed by 闲.大赋
Browse files

!2 分页传参错误

Merge pull request !2 from mikey.zhaopeng/master
parents 3a36f2f6 89fbbec6
...@@ -9,7 +9,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) { ...@@ -9,7 +9,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
this.initSearchForm(); this.initSearchForm();
this.initToolBar(); this.initToolBar();
window.dataReload = function(){ window.dataReload = function(){
Lib.doSearchForm($("#searchForm"),${entity.code}Table,form) Lib.doSearchForm($("#searchForm"),${entity.code}Table)
} }
}, },
initTable:function(){ initTable:function(){
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment