Commit 428e3ede authored by linxin's avatar linxin

fix:支付数据调整

parent 915ec2df
...@@ -147,10 +147,10 @@ export default { ...@@ -147,10 +147,10 @@ export default {
}) })
}, },
createData () { createData () {
let obj = {}
let pushList = [] let pushList = []
this.info.forEach(i => { this.info.forEach(i => {
i.con_lists.forEach(j => { i.con_lists.forEach(j => {
let obj = {}
obj.bp_id = window.sessionStorage.getItem('bp_id') obj.bp_id = window.sessionStorage.getItem('bp_id')
obj.amount = j.amount obj.amount = j.amount
obj.contract_id = j.contract_id obj.contract_id = j.contract_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment