Commit a8442784 by sunchao

团队长经纪人Id

parent 2b51e11c
......@@ -458,7 +458,7 @@ export class RecruitingDetailComponent implements OnInit {
if(res['data']['praLabelItem']){
this.employQuery.subsystemId = res['data']['praLabelItem']['subordinateSystemId'];
this.employQuery.subsystem = res['data']['praLabelItem']['subordinateSystemName'];
this.employQuery.subsystemOwnerId = res['data']['praLabelItem']['s2Id'];
this.employQuery.subsystemOwnerId = res['data']['praLabelItem']['s2TeamLeaderId'];
this.employQuery.subsystemOwner = res['data']['praLabelItem']['s2TeamLeaderName'];
this.employQuery.branchId = res['data']['praLabelItem']['insurerBranchId'];
this.employQuery.branch = res['data']['praLabelItem']['insurerBranchName'];
......
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