Commit 33d799fa authored by jiacheng.mao's avatar jiacheng.mao

[开发]解决product_num取不到值的情况

parent a05de67d
......@@ -866,7 +866,7 @@ export default {
name: 'ContractRepayPlan',
params: {
project_id: this.project_id,
product_num: this.info.product_num,
product_num: this.info[0].product_num,
},
})
},
......
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