mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 17:56:43 +08:00
关联保单号是否显示问题
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
||||
influenceAddRiskCodes: [],
|
||||
influences: [],
|
||||
nextStepFlag: false,
|
||||
isFrom: localStorage.isFrom === 'sale',
|
||||
isFrom: localStorage.isRelated === '0',
|
||||
policyNo: '', //关联保单号
|
||||
// 份数
|
||||
mult: ''
|
||||
|
||||
@@ -133,6 +133,7 @@ export default {
|
||||
// console.log('resultData', resultData)
|
||||
localStorage.isAutoPay = resultData.isAutoPay
|
||||
localStorage.isRenew = resultData.isRenew
|
||||
localStorage.isRelated = resultData.isRelated
|
||||
let calFactorLst = this.getFactorList(resultData)
|
||||
let hasAddtionRisk = resultData.productTrialInfoDTO.addtionRiskLst ? true : false
|
||||
let currentProductInfo = {
|
||||
|
||||
Reference in New Issue
Block a user