Browse Source

责任制选择列表数据权限问题

王通 2 years ago
parent
commit
2bab546423
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/api/forest.js

+ 4 - 3
src/api/forest.js

@@ -273,11 +273,12 @@ export function dutysystemRemove(param) {
   })
 }
 
-// 事件短信联系
+// 通过部门id获取责任
 export function userFeginlist(param) {
   return request({
-    url: '/center-environment/VisuForestCloudMapController/userFeginlist',
-    method: 'post'
+    url: '/system/user/selectUserWithPostByDeptId',
+    method: 'get',
+    params:param
   })
 }