mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 04:52:52 +08:00
Merge branch 'feature/GFRS-2215【待完成】重新投保' into dev
This commit is contained in:
@@ -171,7 +171,8 @@ export default {
|
||||
prem: element.prem,
|
||||
productCode: element.riskCode,
|
||||
sex: this.insuredDTOs.sex,
|
||||
amt: element.amt
|
||||
amt: element.amt,
|
||||
reOrderFlag:'1'
|
||||
})
|
||||
} else {
|
||||
trialInfos.push({
|
||||
|
||||
@@ -316,7 +316,7 @@ export default {
|
||||
|
||||
this.insuredDTOs = res.orderDTO.insuredDTOs
|
||||
// 格式化
|
||||
this.list = formatAllRisk(this.insuredDTOs[0].riskDTOLst)
|
||||
this.list = formatAllRisk(this.insuredDTOs[0].otherRiskDTOLst)
|
||||
// } else {
|
||||
// this.$toast(res.resultMessage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user