|
@@ -215,7 +215,6 @@ export default {
|
|
item.children = newsList;
|
|
item.children = newsList;
|
|
return item;
|
|
return item;
|
|
});
|
|
});
|
|
- console.log(modules);
|
|
|
|
modules = modules.map(item => {
|
|
modules = modules.map(item => {
|
|
let children = result.filter(fil => fil.parent_id === item.id);
|
|
let children = result.filter(fil => fil.parent_id === item.id);
|
|
item.children = children;
|
|
item.children = children;
|