mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 23:26:44 +08:00
Merge branch 'feature/定期寿险增加自动续期按钮' into dev
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
@click="toSelect(index, riskFactorIndex, riskFactor.columns)"
|
||||
/>
|
||||
</div>
|
||||
<div class="border-bottom renewalWrappser" v-if="riskFactor.type == 4 && !renewalShow(mainRiskCode)">
|
||||
<div class="border-bottom renewalWrappser fs14" v-if="riskFactor.type == 4 && !renewalShow(mainRiskCode)">
|
||||
<span>{{ riskFactor.name }}</span>
|
||||
<van-radio-group class="renewal" v-model="renewal" direction="horizontal">
|
||||
<van-radio class="radio" name="-1">是</van-radio>
|
||||
@@ -1639,6 +1639,12 @@ export default {
|
||||
product.amt = trialProduct.amt
|
||||
}
|
||||
}
|
||||
params.orderDTO.insuredDTOs[0].riskDTOLst.map(item => {
|
||||
if (!this.renewalShow(this.mainRiskCode)) {
|
||||
item.isRenewal = this.renewal
|
||||
return item
|
||||
}
|
||||
})
|
||||
console.dir(params)
|
||||
resultData = await saveProposal(params)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user