소스 검색

modified: src/views/org.vue

asd123a20 2 년 전
부모
커밋
3d4d72f1b0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/org.vue

+ 0 - 1
src/views/org.vue

@@ -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 });