|
@@ -43,7 +43,6 @@ export default {
|
|
|
this.code = this.$route.params.code;
|
|
|
// 顶级菜单参数
|
|
|
this.parentCode = this.$route.query.parentCode;
|
|
|
- console.log(this.code, 'this.code');
|
|
|
await this.filterQuery();
|
|
|
// 获取一例菜单
|
|
|
this.menu = this.$setChildrenSession({ menus: this.menusall, iscode: this.parentCode });
|