From d9c5a848503c3181d582e5acb5256288a9917ae2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 16 九月 2022 09:13:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/user/user.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/user/user.js b/src/main/webapp/static/js/user/user.js
index 92c751a..f58f6ae 100644
--- a/src/main/webapp/static/js/user/user.js
+++ b/src/main/webapp/static/js/user/user.js
@@ -15,7 +15,7 @@
     insTb2 = table.render({
         elem: '#userTable',
         headers: {token: localStorage.getItem('token')},
-        url: baseUrl+'/user/list/auth',
+        url: baseUrl+'/user/page/auth',
         page: true,
         limit: 15,
         limits: [15, 30, 50, 100, 200, 500],
@@ -23,7 +23,7 @@
         height: 'full-100',
         cols: [[
             {type: 'checkbox'}
-            ,{field: 'hostName', align: 'center',title: '鎺堟潈鍟嗘埛', templet: '#hostTpl', width: 140}
+            ,{field: 'deptName', align: 'center',title: '鎵�灞為儴闂�', templet: '#deptTpl', width: 140}
             // ,{field: 'nickname', align: 'center',title: '鐢ㄦ埛鍚�'}
             ,{field: 'mobile', align: 'center',title: '鎵嬫満鍙�'}
             ,{field: 'username', align: 'center',title: '鐢ㄦ埛鍚�'}

--
Gitblit v1.9.1