@@ -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
}
},