You need to sign in or sign up before continuing.
Commit 89fbbec6 authored by mikey.zhaopeng's avatar mikey.zhaopeng
Browse files

分页代码传参错误

parent 3a36f2f6
...@@ -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