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

@ -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
});