Commit 2b51e11c by sunchao

产品描述&组织架构相关调整

parent 2ec12447
......@@ -28,7 +28,6 @@
</div>
</div>
<div style="width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"></div>
<div>
<h3>卖点描述</h3>
<div [innerHTML]="sellingPointDescList[0]['fileDescription'] | safeHtml" *ngIf="sellingPointDescList?.length"></div>
......
......@@ -458,8 +458,8 @@ 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']['teamLeaderPractitionerId'];
this.employQuery.subsystemOwner = res['data']['praLabelItem']['teamLeaderName'];
this.employQuery.subsystemOwnerId = res['data']['praLabelItem']['s2Id'];
this.employQuery.subsystemOwner = res['data']['praLabelItem']['s2TeamLeaderName'];
this.employQuery.branchId = res['data']['praLabelItem']['insurerBranchId'];
this.employQuery.branch = res['data']['praLabelItem']['insurerBranchName'];
}
......@@ -558,7 +558,7 @@ export class RecruitingDetailComponent implements OnInit {
if(e){
for(const branchItem of this.branchList){
if(e == branchItem.insurerBranchId){
this.employQuery.branch = branchItem.branchName;
this.employQuery.branch = branchItem.name;
}
}
}else{
......
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