领导信息查询条件修改

main
wanglei 2 months ago
parent c093574559
commit 48bcf71d40

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

Loading…
Cancel
Save