This commit is contained in:
Taric Xin
2022-01-14 14:05:13 +08:00
parent 6a902fad23
commit 07c07e9537
16 changed files with 972 additions and 25 deletions

View File

@ -77,7 +77,7 @@ export class FreightComponentsListComponent implements OnInit {
nzComponentParams: {
isCanCreate: true,
url: '/api/fcc/accountBalance/getShipperAccountBalanceDetailByOperator',
params: { accountType: 1, roleId: item.appUserId }
params: { accountType: 1, roleId: item.adminAppUserId, ctfId: item.unifiedSocialCreditCode }
},
nzFooter: null
});