From ea275049a8f2bc188351c095a21723ef233788ee Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 20 Jun 2023 11:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8A=95=E4=BF=9D=E4=BA=BA=E5=A7=93=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=8E=B7=E5=8F=96=E6=9D=A5=E6=BA=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AccountInformation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index b68a8364b..01f431794 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -738,6 +738,7 @@ export default { // 默认是投保人名字 that.name = this.saleInsuredInfo.name } + that.name = res.orderDTO.appntDTO.name that.saleInsuredInfo.name = res.orderDTO.appntDTO.name // 是否显示自动垫交 this.isAutoPay = localStorage.isAutoPay