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