祁鹏飞 3 месяцев назад
Родитель
Сommit
d84b425774
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/insurancePolicy/index.vue

+ 2 - 2
src/views/insurancePolicy/index.vue

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