|
|
@@ -1600,6 +1600,10 @@ const initDetail = () => {
|
|
|
api.insurancePolicyApi.getOrderDetail(myRoute.query.orderNo).then((res: any) => {
|
|
|
if (res.code == 200) {
|
|
|
let obj = res.data
|
|
|
+
|
|
|
+ owerFormInfo.value = { ...obj.ownersInfo, title: '车主', policyPersonType: '1' };
|
|
|
+ policyHolderInfo.value = { ...obj.policyHolderInfo, title: '投保人', policyPersonType: '2' };
|
|
|
+ insuredPersonInfo.value = { ...obj.insuredPersonInfo, title: '被保人', policyPersonType: '3' };
|
|
|
// 设置业务员信息
|
|
|
insurancePolicyForm.value.salesman = obj?.salesmanInfo?.name
|
|
|
insurancePolicyForm.value.mobile = obj?.salesmanInfo?.mobile
|