Commit bd49f96a authored by liudong1993's avatar liudong1993

1

parent a7e44f10
......@@ -1579,7 +1579,7 @@
},
GetOPEmpList() {
let userInfo = this.getLocalStorage();
this.apipost('admin_get_EmployeeGetList', {GroupId: userInfo.RB_Group_id,DepartmentId:232}, res => {
this.apipost('admin_get_EmployeeGetList', {GroupId: userInfo.RB_Group_id,DepartmentId:232,IsLeave:-1}, res => {
if (res.data.resultCode == 1) {
this.OPEmpList = 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