|
|
@@ -2765,7 +2765,7 @@ const getSchemeResult = (bool: false) => {
|
|
|
// 方案信息
|
|
|
quoteData.value.forEach((item: any) => {
|
|
|
if (item.id === insurancePolicyForm.value.order.insuranceCompanyCode) {
|
|
|
- item.projectList = list.map((item1: any) => {
|
|
|
+ list = list.map((item1: any) => {
|
|
|
return {
|
|
|
...item1,
|
|
|
drivingsArr: item1.drivings,
|
|
|
@@ -2812,6 +2812,7 @@ const getSchemeResult = (bool: false) => {
|
|
|
}
|
|
|
list = list.map(v => ({ ...v, drivings: v.drivings.filter(k => ['1', '2'].includes(k.selectedStatus)), }))
|
|
|
}
|
|
|
+ item.projectList = list
|
|
|
}
|
|
|
})
|
|
|
})
|