'旧保单险种详情换字段'

This commit is contained in:
proudlx
2021-04-07 17:55:54 +08:00
parent de0c8007aa
commit fc0d3cc61a

View File

@@ -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)
}