edit
This commit is contained in:
@ -45,8 +45,12 @@ export class DriverAccountComponent implements OnInit {
|
||||
this.modal.create({
|
||||
nzTitle: '账户明细',
|
||||
nzContent: AccountDetailComponent,
|
||||
nzNoAnimation: true,
|
||||
nzWidth: 600,
|
||||
nzComponentParams: {},
|
||||
nzComponentParams: {
|
||||
params: { accountType: 2, roleId: item.roleId },
|
||||
url: '/api/fcc/accountBalance/getDriverAccountBalanceDetailByOperator'
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user