|
|
@ -906,7 +906,7 @@ export default { |
|
|
|
actualPay: info.actualPay, |
|
|
|
actualPayKey: info.actualPayKey, |
|
|
|
paymentAccessNoValue: info.paymentAccessNoValue, |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue |
|
|
|
paymentAccessNoKey: info.paymentAccessNoKey |
|
|
|
}) |
|
|
|
console.log('ADD开户行info', info, index) |
|
|
|
return |
|
|
@ -929,7 +929,7 @@ export default { |
|
|
|
actualPay: info.actualPay, |
|
|
|
actualPayKey: info.actualPayKey, |
|
|
|
paymentAccessNoValue: info.paymentAccessNoValue, |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue |
|
|
|
paymentAccessNoKey: info.paymentAccessNoKey |
|
|
|
} |
|
|
|
return |
|
|
|
} |
|
|
|