From a234c81e25e73a93c48bc01808a74d01b596f6c4 Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Fri, 15 May 2020 20:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=20=E5=9C=A8=E6=8A=95?= =?UTF-8?q?=E8=A2=AB=E5=90=8C=E4=BA=BA=EF=BC=8C=E4=B8=94=E5=8F=AA=E6=9C=89?= =?UTF-8?q?=E8=A2=AB=E4=BF=9D=E4=BA=BA=E5=91=8A=E7=9F=A5=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/NotifyingMessage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/ebiz/sale/NotifyingMessage.vue b/src/views/ebiz/sale/NotifyingMessage.vue index 759a96fb3..204b8a8f8 100644 --- a/src/views/ebiz/sale/NotifyingMessage.vue +++ b/src/views/ebiz/sale/NotifyingMessage.vue @@ -196,9 +196,13 @@ export default { ) { if (insuredFinanceImpartDTO.impartItemDTOS) { this.impartDTOS.push({ impartItemDTOS: insuredFinanceImpartDTO.impartItemDTOS, impartType: insuredFinanceImpartDTO.impartType }) + }else if(insuredPersionFinanceImpartDTO.impartItemDTOS && this.relationToAppnt == '1'){ + this.impartDTOS.push({ impartItemDTOS: insuredPersionFinanceImpartDTO.impartItemDTOS, impartType: insuredPersionFinanceImpartDTO.impartType }) } if (insuredImpartDTO.impartItemDTOS) { this.impartDTOS.push({ impartItemDTOS: insuredImpartDTO.impartItemDTOS, impartType: insuredImpartDTO.impartType }) + }else if (insuredPersionImpartDTO.impartItemDTOS && this.relationToAppnt == '1'){ + this.impartDTOS.push({ impartItemDTOS: insuredPersionImpartDTO.impartItemDTOS, impartType: insuredPersionImpartDTO.impartType }) } if(this.relationToAppnt != '1'){ if (insuredPersionFinanceImpartDTO.impartItemDTOS) {