|
|
@@ -768,7 +768,7 @@ const handleQuotationView = async (row: any) => {
|
|
|
...data,
|
|
|
logo: data.insCompanyVo[0]?.logo,
|
|
|
nameSimple: data.insCompanyVo[0]?.nameSimple,
|
|
|
- insurancePlanInfo: data.accidentalDrivings,
|
|
|
+ insurancePlanInfo: { drivings: data.accidentalDrivings },
|
|
|
quoteResult: data
|
|
|
}
|
|
|
const { carInfoVo, ownersInfo, policyHolderInfo, insuredPersonInfo, biRiskInfoVo, ciRiskInfoVo } = data
|