edit
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user