|
@@ -133,7 +133,14 @@ const onChange = (item: Model.HybridReceiverOnboard) => {
|
|
|
onboard.bank_account = item.bank_account
|
|
onboard.bank_account = item.bank_account
|
|
|
showReciver.value = false
|
|
showReciver.value = false
|
|
|
// 切换银行
|
|
// 切换银行
|
|
|
- onHibirdChange(item.channel_code)
|
|
|
|
|
|
|
+ const hybird = hybrids.value.filter(e => e.channel_code === item.channel_code)[0]
|
|
|
|
|
+ method_types.value = getMethodTypeKeys(hybird.out_bank_infos)
|
|
|
|
|
+ method_type.value = item.method_type
|
|
|
|
|
+ // 默认去下面的银行信息
|
|
|
|
|
+ channel_banks.value = hybird.out_bank_infos[method_type.value]
|
|
|
|
|
+ // 获取信息
|
|
|
|
|
+ hyBankName.value = item.bank_name
|
|
|
|
|
+ bank_code.value = item.bank_code
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const onHibirdChange = (code: string) => {
|
|
const onHibirdChange = (code: string) => {
|