职工管理修改

main
wanglei 2 months ago
parent bb2cbd8d03
commit ae32e0bd0f

@ -469,6 +469,7 @@ export default {
} }
// deptRole // deptRole
if(userInfo.roles.length===1 && userInfo.roles[0]==='deptRole'){ if(userInfo.roles.length===1 && userInfo.roles[0]==='deptRole'){
this.isEmployee = true;
this.queryParams.deptId = userInfo.deptId this.queryParams.deptId = userInfo.deptId
} }
this.getList() this.getList()

Loading…
Cancel
Save