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