diff --git a/jshERP-web/src/api/api.js b/jshERP-web/src/api/api.js
index 28f9117a..0b36ae5e 100644
--- a/jshERP-web/src/api/api.js
+++ b/jshERP-web/src/api/api.js
@@ -16,9 +16,7 @@ const queryall = (params)=>getAction("/sys/role/queryall",params);
//用户管理
const addUser = (params)=>postAction("/user/addUser",params);
const editUser = (params)=>putAction("/user/updateUser",params);
-const queryUserRole = (params)=>getAction("/sys/user/queryUserRole",params);
-const getUserList = (params)=>getAction("/sys/user/list",params);
-const frozenBatch = (params)=>putAction("/sys/user/frozenBatch",params);
+const getUserList = (params)=>getAction("/user/getUserList",params);
//验证用户是否存在
const checkOnlyUser = (params)=>getAction("/sys/user/checkOnlyUser",params);
//改变密码
@@ -173,10 +171,8 @@ export {
findUserRole,
addUser,
editUser,
- queryUserRole,
getUserList,
queryall,
- frozenBatch,
checkOnlyUser,
changePassword,
getPermissionList,
diff --git a/jshERP-web/src/views/system/modules/DepotModal.vue b/jshERP-web/src/views/system/modules/DepotModal.vue
index da887872..ea496010 100644
--- a/jshERP-web/src/views/system/modules/DepotModal.vue
+++ b/jshERP-web/src/views/system/modules/DepotModal.vue
@@ -24,7 +24,11 @@
-
+
+
+ {{ item.userName }}
+
+
@@ -38,7 +42,7 @@