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