Kaynağa Gözat

Merge branch 'feature/dashujuceping' into 'master'

添加新增菜单菜单码

See merge request dcuc-tjdsj/auth-web!63
林倩 2 yıl önce
ebeveyn
işleme
bddd53c4d5

+ 2 - 1
src/pages/auth-object-manage/object-prop-manage/add-appser-dialog.vue

@@ -56,7 +56,8 @@ export default {
           value: this.parentNode.id,
           op: '='
         }
-      }
+      },
+      selectList: []
     };
   },
   computed: {}, // 计算属性

+ 1 - 1
src/router/modules/appfun-auth-manage.js

@@ -33,7 +33,7 @@ const componentRouter = {
       path: 'org-role-manage',
       component: () => import('@/pages/appfun-auth-manage/org-role-manage'),
       name: 'org-role-manage',
-      meta: { title: '机构角色授权管理', noCache: true, permission: ['YHGLPT_SQGL_RYSQGL'],layout: "page" }
+      meta: { title: '机构角色授权管理', noCache: true, permission: ['YHGLPT_SQGL_JGJSSQGL'],layout: "page" }
     }
   ]
 };

+ 1 - 1
src/router/modules/auth-object-manage.js

@@ -43,7 +43,7 @@ const componentsRouter = {
       path: 'statistics',
       component: () => import('@/pages/auth-object-manage/statistics/index.vue'),
       name: 'auth-subject-manage-statistics',
-      meta: { title: '统计', noCache: true, permission: ['QXGL_SQGL_ZTGL_ZTSXLGL'] }
+      meta: { title: '统计', noCache: true, permission: ['QXGL_SQGL_KTGL_TJ'] }
     }
   ]
 };

+ 1 - 1
src/router/modules/auth-subject-manage.js

@@ -46,7 +46,7 @@ const componentsRouter =
           path: 'statistics',
           component: () => import('@/pages/auth-subject-manage/statistics/index.vue'),
           name: 'auth-subject-manage-statistics',
-          meta: { title: '统计', noCache: true, permission: ['QXGL_SQGL_ZTGL_ZTSXLGL'] }
+          meta: { title: '统计', noCache: true, permission: ['QXGL_SQGL_ZTGL_TJ'] }
         }
       ]
     }