提交更新

This commit is contained in:
皮伟
2019-11-06 19:36:22 +08:00
parent 3cd6ce7864
commit 9b9065ab94

View File

@@ -24,6 +24,7 @@
<div class="flex">
<span v-if="riskFactor.suffix" class="fs14"> {{ riskFactor.name + '(' + riskFactor.suffix + ')' }} </span>
<span v-else class="fs14"> {{ riskFactor.name }} &nbsp;&nbsp; &nbsp;&nbsp;</span>
<!-- {{riskFactorIndex}} -->
<van-stepper
v-model="item.calFactorLst[riskFactorIndex].defaultValue"
:min="riskFactor.minAmt || riskFactor.minPrem"
@@ -153,6 +154,13 @@ export default {
}
//构建提交数据、渲染险种
this.chooseProducts = JSON.parse(localStorage.chooseProducts)
this.chooseProducts.map(item => {
item.calFactorLst.map(i => {
if (i.defaultValue) {
this.mult = i.defaultValue
}
})
})
// this.influenceAddRiskCodes
if (this.chooseProducts[0].influences && this.chooseProducts[0].influences.length > 0) {