mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 17:46:44 +08:00
'保费试算增加planCode字段'
This commit is contained in:
@@ -158,6 +158,7 @@ export default {
|
|||||||
this.riskDTOLst.forEach((element, index) => {
|
this.riskDTOLst.forEach((element, index) => {
|
||||||
if (element.isMainRisk == '0') {
|
if (element.isMainRisk == '0') {
|
||||||
trialInfos.push({
|
trialInfos.push({
|
||||||
|
planCode:element.planCode,
|
||||||
birthday: this.insuredDTOs.birthday,
|
birthday: this.insuredDTOs.birthday,
|
||||||
insuYear: element.insuYear,
|
insuYear: element.insuYear,
|
||||||
insuYearFlag: element.insuYearFlag,
|
insuYearFlag: element.insuYearFlag,
|
||||||
@@ -176,6 +177,7 @@ export default {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
trialInfos.push({
|
trialInfos.push({
|
||||||
|
planCode:element.planCode,
|
||||||
birthday: this.insuredDTOs.birthday,
|
birthday: this.insuredDTOs.birthday,
|
||||||
duty:element.dutyLst,
|
duty:element.dutyLst,
|
||||||
isMainRisk:element.isMainRisk,
|
isMainRisk:element.isMainRisk,
|
||||||
|
|||||||
Reference in New Issue
Block a user