Explorar o código

Update systemManage.js

lex-xin %!s(int64=4) %!d(string=hai) anos
pai
achega
3930d66d11
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      src/api/systemManage.js

+ 10 - 0
src/api/systemManage.js

@@ -343,3 +343,13 @@ export function updateEducationTeacherId (data) {
     data: qs.stringify(data)
   })
 }
+
+
+// 获取员工所在分部列表(管理员查看所有的分部)
+export function queryEmployeeOrganByUser(data) {
+  return request({
+    url: api + '/organization/queryEmployeeOrganByUser',
+    method: 'get',
+    params: data
+  })
+}