Commit 608def54 by Sweet Zhang

银盾在线接口增加经纪人ID

parent cc595b0e
......@@ -132,10 +132,11 @@ export class SalaryFirstYearComponent implements OnInit {
//查询银盾在线佣金对应的保单
fortuneWithdrawListQuery() {
const param = {
customerId:JSON.parse(localStorage.getItem('lifeCustomerInfo'))['customerId'],
customerId:this.preFlag === 'AGMS' ? null :JSON.parse(localStorage.getItem('lifeCustomerInfo'))['customerId'],
paginationInfo: {noLimitFlag: "CONFIRM"},
withdrawStatus: "drawn",
withdrawId:this.withdrawId
withdrawId:this.withdrawId,
practitionerId:this.preFlag === 'AGMS' ? this.practitionerId : null
}
if(this.withdrawId){
this.myService.fortuneWithdrawListQuery(param).subscribe(res => {
......
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