|
|
@@ -3768,7 +3768,7 @@ const ruleFilterCompany = (item: any, obj: any) => {
|
|
|
item.agreement = item.agreements[0].id
|
|
|
}
|
|
|
})
|
|
|
- quoteData.value.map((item: any) => {
|
|
|
+ quoteData.value?.map((item: any) => {
|
|
|
obj.insCompanyVo.map((a: any) => {
|
|
|
if (item.id == a.id) {
|
|
|
item.quoteResult = a;
|
|
|
@@ -4233,4 +4233,4 @@ onMounted(() => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|