소스 검색

bug修改

祁鹏飞 3 달 전
부모
커밋
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
           item.agreement = item.agreements[0].id
         }
         }
       })
       })
-      quoteData.value.map((item: any) => {
+      quoteData.value?.map((item: any) => {
         obj.insCompanyVo.map((a: any) => {
         obj.insCompanyVo.map((a: any) => {
           if (item.id == a.id) {
           if (item.id == a.id) {
             item.quoteResult = a;
             item.quoteResult = a;
@@ -4233,4 +4233,4 @@ onMounted(() => {
     }
     }
   }
   }
 }
 }
-</style>
+</style>