From 89fbbec6f4fb8f44c412e4d294a1bc98a45f7fdb Mon Sep 17 00:00:00 2001 From: "mikey.zhaopeng" Date: Fri, 2 Mar 2018 16:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E4=BB=A3=E7=A0=81=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-core/src/main/resources/codeTemplate/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-core/src/main/resources/codeTemplate/js/index.js b/admin-core/src/main/resources/codeTemplate/js/index.js index 3347c5ff..36ff8092 100644 --- a/admin-core/src/main/resources/codeTemplate/js/index.js +++ b/admin-core/src/main/resources/codeTemplate/js/index.js @@ -9,7 +9,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) { this.initSearchForm(); this.initToolBar(); window.dataReload = function(){ - Lib.doSearchForm($("#searchForm"),${entity.code}Table,form) + Lib.doSearchForm($("#searchForm"),${entity.code}Table) } }, initTable:function(){ -- Gitee