Explorar el Código

报价驾意险只显示匹配座位的驾意险

祁鹏飞 hace 1 mes
padre
commit
4ac3700b92
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. 0 11
      src/views/insurancePolicy/index.vue

+ 0 - 11
src/views/insurancePolicy/index.vue

@@ -2768,7 +2768,6 @@ const getSchemeResult = (bool: false) => {
         item.projectList = list.map((item1: any) => {
           return {
             ...item1,
-            drivings: item1.drivings.filter(v => ['1', '2'].includes(v.selectedStatus)),
             drivingsArr: item1.drivings,
             rescue: [],
             detection: [],
@@ -2813,16 +2812,6 @@ const getSchemeResult = (bool: false) => {
           }
           list = list.map(v => ({ ...v, drivings: v.drivings.filter(k => ['1', '2'].includes(k.selectedStatus)), }))
         }
-        item.projectList = list.map((item1: any) => {
-          return {
-            ...item1,
-            drivingsArr: item1.drivings,
-            rescue: [],
-            detection: [],
-            driver: [],
-            inspect: []
-          }
-        })
       }
     })
   })