受益人附件
@@ -974,10 +974,10 @@ export default {
// 1.趸交保费≥20万元或期交保费*总期数≥20万元时,
// 2.指定受益人
// 3.受益人与被保人关系为其他
- if ((!window.localStorage.getItem('trialList') == true) || (!window.localStorage.getItem('beneficiaryInfo') == true)) {
+ if (!window.localStorage.getItem('trialList') == true || !window.localStorage.getItem('beneficiaryInfo') == true) {
return false
} else {
- let beneficiaryInfoList = JSON.parse(window.localStorage.getItem('beneficiaryInfo'))
+ let beneficiaryInfoList = JSON.parse(window.localStorage.getItem('beneficiaryInfo'))
if (JSON.parse(window.localStorage.getItem('trialList'))[0].prem >= 100000) {
for (let index = 0; index < beneficiaryInfoList.length; index++) {
if (beneficiaryInfoList[index].relationToInsured == 5) {