Commit bf543cb7 authored by zhengke's avatar zhengke

修改

parent 2c7afce4
......@@ -896,9 +896,6 @@
// this.getDepartmentList();
// this.getEmployeeList('all');
// this.getPostList('all');
this.getDepartmentList(0);
this.getPostList(0);
this.getEmployeeList(0);
this.EmployeeIDList=[];
this.addMsg.ID = dataList.ID;
......@@ -917,12 +914,15 @@
switch(x.Type){
case 1:
this.addMsg.BranchId = x.departmentId;
this.getDepartmentList(x.departmentId);
break;
case 2:
this.addMsg.PostID = x.departmentId;
this.getEmployeeList(x.departmentId);
break;
case 3:
this.addMsg.DepartmentID = x.departmentId;
this.getPostList(x.departmentId)
break;
case 4:
this.addMsg.EmployeeID = x.departmentId;
......
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