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