mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 04:06:44 +08:00
'重新投保保额'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user