Commit 2b51e11c by sunchao

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

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