소스 검색

前:专业处室管理员

dubch 5 년 전
부모
커밋
59447ad0cf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/dashoo.cn/frontend_web/src/pages/system/users.vue

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/system/users.vue

@@ -297,7 +297,8 @@
     methods: {
       checkAddUser () {
         let roleids = this.authUser.Profile.Roleids
-        if (roleids.indexOf('1000023') !== -1) {
+        //专业处室管理员
+        if (roleids.indexOf('10000232') !== -1) {
           this.checkUser = true
         }
       },