'重新投保保额'

This commit is contained in:
proudlx
2021-04-14 15:58:02 +08:00
parent 8f5cb50b85
commit d564ef6736
2 changed files with 2 additions and 2 deletions

View File

@@ -512,7 +512,7 @@ export default {
})
this.setCustomerMarriage(res.orderDTO.appntDTO.marriage)
//是否长期
this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType == 'false' ? false : true
this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType ? true : false
//有无社保
this.userInfo.medical = res.orderDTO.appntDTO.medical

View File

@@ -56,7 +56,7 @@
</InfoCell>
</DropdownBox>
</van-checkbox-group>
<div class="">
<div class="" v-else>
<DropdownBox :gutter="false">
<template #boxTitle>
<span style="font-weight: bold">附加险</span>