From fc0d3cc61ad6a3ec4299767d8d949cb946b641e7 Mon Sep 17 00:00:00 2001 From: proudlx <965752348@qq.com> Date: Wed, 7 Apr 2021 17:55:54 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=97=A7=E4=BF=9D=E5=8D=95=E9=99=A9=E7=A7=8D?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8D=A2=E5=AD=97=E6=AE=B5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/insureAgain/UncommitInsureDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/insureAgain/UncommitInsureDetail.vue b/src/views/ebiz/insureAgain/UncommitInsureDetail.vue index 90ed1b570..efdb55c3a 100644 --- a/src/views/ebiz/insureAgain/UncommitInsureDetail.vue +++ b/src/views/ebiz/insureAgain/UncommitInsureDetail.vue @@ -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) }