diff --git a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts index 9ad337cd..0719c4fd 100644 --- a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts +++ b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts @@ -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 + }); + } /** * 重置表单