Browse Source

前:专业处室管理员

dubch 5 năm trước cách đây
mục cha
commit
59447ad0cf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
         }
       },