账户信息页面投保人姓名字段获取来源修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-06-20 11:03:14 +08:00
parent 0ad59a163d
commit ea275049a8

View File

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