Commit 1c4d2bc6 authored by qiaoyajun's avatar qiaoyajun
parents 0fb76b11 0d8a2d9c
...@@ -786,6 +786,9 @@ ...@@ -786,6 +786,9 @@
this.getEmployee() this.getEmployee()
}, },
getEmployee() { getEmployee() {
this.employeeMsg.departmentId=0
this.employeeMsg.RB_Group_id=this.getLocalStorage().RB_Group_id
this.employeeMsg.RB_Branch_id=-1
this.apipost('app_get_company_employee', this.employeeMsg, res => { this.apipost('app_get_company_employee', this.employeeMsg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
if(!this.isSelLayer) if(!this.isSelLayer)
......
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