Commit fd45c7b7 authored by 黄奎's avatar 黄奎

页面修改

parent 2c88a2c0
......@@ -1082,16 +1082,8 @@
},
//根据当前员工所在部门获取该部门及子部门员工信息
getEmployeeList() {
let userInfo = this.getLocalStorage()
let msg = {
GroupId: userInfo.RB_Group_id,
BranchId: '-1',
DepartmentId: '-1',
PostId: '-1',
IsLeave: '0'
}
this.apipost(
'admin_get_EmployeeGetList', {},
'admin_get_GetEmployeeByUserDepartmentId', {IsGetTicket:1},
res => {
if (res.data.resultCode == 1) {
this.EmployeeList = res.data.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment