浏览代码

git-svn-id: https://192.168.57.71/svn/jsgkj@1002 931142cf-59ea-a443-aa0e-51397b428577

ld_lixh 8 年之前
父节点
当前提交
eb8c6fdaae
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      gkaqv2/trunk/modules/web/src/main/webapp/static/js/user/index.js

+ 2 - 1
gkaqv2/trunk/modules/web/src/main/webapp/static/js/user/index.js

@@ -346,6 +346,7 @@ function searchRecord() {
         url : basePath + "/user/list?realName=" + realName + "&loginName=" + loginName + orgIdStr,
         page : 1
     }).trigger("reloadGrid");
+
 };
 
 /**
@@ -596,4 +597,4 @@ function showLblControl(flags) {
             $(labels[i]).hide();
         }
     }
-}
+}