edit
This commit is contained in:
@ -103,7 +103,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
|
||||
showAccountDetail(item: any) {
|
||||
console.log(item);
|
||||
|
||||
|
||||
this.modal.create({
|
||||
nzTitle: '资金账户',
|
||||
nzContent: AccountDetailComponent,
|
||||
@ -112,7 +112,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
nzComponentParams: {
|
||||
isCanCreate: true,
|
||||
url: '/api/fcc/accountBalance/getDriverAccountDetailByOperator',
|
||||
params: { accountType: 2, roleId: item.appUserId }
|
||||
params: { accountType: 2, roleId: item.appUserId, ctfId: item.identityNo }
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user