|
|
@@ -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: []
|
|
|
- }
|
|
|
- })
|
|
|
}
|
|
|
})
|
|
|
})
|