Commit 1c37f980df29ae5076e42b511ec576e69983c544

Authored by fangcheng
1 parent 6abe919950
Exists in master

用户管理bug修复

Showing 1 changed file with 1 additions and 1 deletions

parent/center.manager/src/main/webapp/WEB-INF/views/user/user_list.html View file @ 1c37f98
... ... @@ -49,7 +49,7 @@
49 49 name: $("#searchName").val(),
50 50 account: $("#searchAccount").val(),
51 51 phone: $("#searchPhone").val(),
52   - orgId: $("#searchOrgId").val()
  52 + orgId: $("#searchOrgId").val(),
53 53 deptId: $("#searchdeptId").val()
54 54 }
55 55 }