|
@@ -73,7 +73,7 @@ export function useDoWithdraw() {
|
|
|
// 获取支付中心混合支付渠道配置信息列表 泰商所采用
|
|
// 获取支付中心混合支付渠道配置信息列表 泰商所采用
|
|
|
getHybridConfigs().then((res) => {
|
|
getHybridConfigs().then((res) => {
|
|
|
if (res.data.length) {
|
|
if (res.data.length) {
|
|
|
- hybrids.value = res.data.filter(e => e.can_amt_in === 1)
|
|
|
|
|
|
|
+ hybrids.value = res.data.filter(e => e.can_amt_out === 1)
|
|
|
if (hybrids.value.length) {
|
|
if (hybrids.value.length) {
|
|
|
// 默认选中第一个银行的 code
|
|
// 默认选中第一个银行的 code
|
|
|
channel_code.value = hybrids.value[0].channel_code ?? ''
|
|
channel_code.value = hybrids.value[0].channel_code ?? ''
|