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