Browse Source

完善厂商管理--付款通路key值和value值一致

zhanglei
yunuo970428 3 years ago
parent
commit
d3a54415b6
  1. 4
      anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue

4
anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue

@ -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
}

Loading…
Cancel
Save