diff --git a/ruoyi-ui/src/views/kaohe/ld_employee/index.vue b/ruoyi-ui/src/views/kaohe/ld_employee/index.vue index 6cb44fd..a6e6afd 100644 --- a/ruoyi-ui/src/views/kaohe/ld_employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/ld_employee/index.vue @@ -456,10 +456,10 @@ export default { }, created() { let userInfo = this.$store.state.user - if(userInfo.roles.length===1 && userInfo.roles[0]==='employee'){ +/* if(userInfo.roles.length===1 && userInfo.roles[0]==='employee'){ this.isEmployee = true; this.queryParams.wordId = userInfo.name - } + }*/ this.getList() // this.getDeptTree() },