|
@@ -97,7 +97,7 @@ export default {
|
|
|
item.parentId = 0;
|
|
item.parentId = 0;
|
|
|
return item;
|
|
return item;
|
|
|
})
|
|
})
|
|
|
- .filter((item) => ['9', '1'].includes(item.id)),
|
|
|
|
|
|
|
+ .filter((item) => ['9', '1','20'].includes(item.id)),
|
|
|
...res1
|
|
...res1
|
|
|
];
|
|
];
|
|
|
let rightIds = this.getRightDataIds(this.selection, []);
|
|
let rightIds = this.getRightDataIds(this.selection, []);
|