This commit is contained in:
Taric Xin
2022-01-14 09:37:21 +08:00
parent 35c3135e52
commit 7659770852
8 changed files with 75 additions and 19 deletions

View File

@ -52,7 +52,10 @@ export class FreightAccountComponent implements OnInit {
nzContent: AccountDetailComponent,
nzNoAnimation: true,
nzWidth: 600,
nzComponentParams: {},
nzComponentParams: {
params: { accountType: 1, roleId: item.roleId },
url: '/api/fcc/accountBalance/getShipperAccountBalanceDetailByOperator'
},
nzFooter: null
});
}