mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 18:23:10 +08:00
提交更新
This commit is contained in:
@@ -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 }} </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) {
|
||||
|
||||
Reference in New Issue
Block a user