Commit 9dbe369c by Sweet Zhang

测试报聘新增字段样式调整

parent d7ee84cc
......@@ -462,6 +462,12 @@ export class RecruitingDetailComponent implements OnInit {
this.employQuery.subsystemOwner = res['data']['praLabelItem']['s2TeamLeaderName'];
this.employQuery.branchId = res['data']['praLabelItem']['insurerBranchId'];
this.employQuery.branch = res['data']['praLabelItem']['insurerBranchName'];
this.employQuery.s3SubordinateSystemName = res['data']['praLabelItem']['s3SubordinateSystemName'];
this.employQuery.s3TeamLeaderName = res['data']['praLabelItem']['s3TeamLeaderName'];
this.employQuery.s2SubordinateSystemName = res['data']['praLabelItem']['s2SubordinateSystemName'];
this.employQuery.s2TeamLeaderName = res['data']['praLabelItem']['s2TeamLeaderName'];
this.employQuery.s1SubordinateSystemName = res['data']['praLabelItem']['s1SubordinateSystemName'];
this.employQuery.s1TeamLeaderName = res['data']['praLabelItem']['s1TeamLeaderName'];
}
});
}
......
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