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

(cherry picked from commit ea275049a8)
This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-06-20 11:03:14 +08:00
parent ee92a67199
commit 0c3cf59273

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