This commit is contained in:
wangshiming
2022-02-14 16:22:44 +08:00
parent 9f538f9346
commit 5eaf3cf0bf

View File

@ -109,7 +109,7 @@ export class NetworkFreightComponent implements OnInit {
},
{
text: '充值账户',
click: item => this.roleAction(item, 2)
click: item => this.settingPay(item)
},
{
text: '应用设置',
@ -378,6 +378,20 @@ export class NetworkFreightComponent implements OnInit {
nzFooter: null
});
}
// 重置账户
settingPay(item?: any) {
this.nzModalService.create({
nzTitle: '基础设置',
nzContent: DynamicSettingModalComponent,
nzWidth: 900,
nzComponentParams: {
extendType: '1',
businessId: item.id,
configvalue: 'bankcard'
},
nzFooter: null
});
}
/**
* 重置表单