Forráskód Böngészése

解决驾意险默认不选中

祁鹏飞 2 hónapja
szülő
commit
c983c0c28e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/insurancePolicy/index.vue

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

@@ -2769,7 +2769,7 @@ const getSchemeResult = () => {
         item.projectList = list.map((item1: any) => {
         item.projectList = list.map((item1: any) => {
           return {
           return {
             ...item1,
             ...item1,
-            drivings: item1.drivings.filter(v => ['1', '2'].includes(v.selectedStatus)),
+            drivings: item1.drivings.filter(v => ['3', '2'].includes(v.selectedStatus)),
             rescue: [],
             rescue: [],
             detection: [],
             detection: [],
             driver: [],
             driver: [],