edit
This commit is contained in:
@ -112,7 +112,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
nzComponentParams: {
|
||||
isCanCreate: true,
|
||||
url: '/api/fcc/accountBalance/getDriverAccountDetailByOperator',
|
||||
params: { accountType: 2, roleId: item.appUserId, ctfId: item.identityNo }
|
||||
params: { accountType: 2, roleId: item.appUserId, ctfId: item.identityNo, clientName: item.name }
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
|
||||
@ -77,7 +77,7 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
nzComponentParams: {
|
||||
isCanCreate: true,
|
||||
url: '/api/fcc/accountBalance/getShipperAccountBalanceDetailByOperator',
|
||||
params: { accountType: 1, roleId: item.adminAppUserId, ctfId: item.unifiedSocialCreditCode }
|
||||
params: { accountType: 1, roleId: item.adminAppUserId, ctfId: item.unifiedSocialCreditCode, clientName: item.enterpriseName }
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user