mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
保费试算更改
This commit is contained in:
@@ -202,7 +202,9 @@ export default {
|
||||
//构建提交数据、渲染险种
|
||||
this.chooseProducts = JSON.parse(localStorage.chooseProducts)
|
||||
this.chooseProducts.map(item => {
|
||||
item.isHidden = true
|
||||
if (item.mainRiskCode == 'GFRS_M0006') {
|
||||
item.isHidden = true
|
||||
}
|
||||
item.calFactorLst.map(i => {
|
||||
if (i.defaultValue) {
|
||||
this.mult = i.defaultValue
|
||||
|
||||
@@ -368,7 +368,7 @@ export default {
|
||||
insuredDTOs = formatRiskList(insuredDTOs, 'insuredDTOs', 'riskDTOLst')
|
||||
this.insuredDTOs = insuredDTOs[0].insuredDTOs
|
||||
this.insuredDTOs = relevance(this.insuredDTOs, insuredLabelResult, insuredResult, insuredInfoResult, this.amtFormat, this.dutyLst) //进行数据关联
|
||||
console.log('insuredDTOs',insuredDTOs)
|
||||
// console.log('insuredDTOs',insuredDTOs)
|
||||
this.getWXTitle(this.insuredDTOs) //获取微信标题
|
||||
let active = this.insuredDTOs.length //默认展开项
|
||||
this.activeNames = [active]
|
||||
|
||||
Reference in New Issue
Block a user