|
|
|
@ -277,33 +277,33 @@
|
|
|
|
|
this.$message.error("请设置url.list属性!") |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
let ue= sessionStorage.getItem('USER_INFORMATION'); |
|
|
|
|
let res=JSON.parse(ue); |
|
|
|
|
// console.log("res",res); |
|
|
|
|
|
|
|
|
|
let role = { |
|
|
|
|
userid : res.id, |
|
|
|
|
} |
|
|
|
|
let isAdmin = false; |
|
|
|
|
await getAction(this.url.userRoleUrl,role).then(res =>{ |
|
|
|
|
// console.log("res信息",res) |
|
|
|
|
if(res.success){ |
|
|
|
|
let item = res.result; |
|
|
|
|
item.forEach( re =>{ |
|
|
|
|
if(re.roleName === "管理员" || re.roleName === "超级管理员"){ |
|
|
|
|
isAdmin = true; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if(!isAdmin){ |
|
|
|
|
console.log('==============',res.departIds) |
|
|
|
|
if(!!res.departIds){ |
|
|
|
|
this.queryParam.departId = res.departIds ; |
|
|
|
|
}else{ |
|
|
|
|
return ; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// let ue= sessionStorage.getItem('USER_INFORMATION'); |
|
|
|
|
// let res=JSON.parse(ue); |
|
|
|
|
// // console.log("res",res); |
|
|
|
|
// |
|
|
|
|
// let role = { |
|
|
|
|
// userid : res.id, |
|
|
|
|
// } |
|
|
|
|
// let isAdmin = false; |
|
|
|
|
// await getAction(this.url.userRoleUrl,role).then(res =>{ |
|
|
|
|
// // console.log("res信息",res) |
|
|
|
|
// if(res.success){ |
|
|
|
|
// let item = res.result; |
|
|
|
|
// item.forEach( re =>{ |
|
|
|
|
// if(re.roleName === "管理员" || re.roleName === "超级管理员"){ |
|
|
|
|
// isAdmin = true; |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// if(!isAdmin){ |
|
|
|
|
// console.log('==============',res.departIds) |
|
|
|
|
// if(!!res.departIds){ |
|
|
|
|
// this.queryParam.departId = res.departIds ; |
|
|
|
|
// }else{ |
|
|
|
|
// return ; |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
//加载数据 若传入参数1则加载第一页的内容 |
|
|
|
|
if (arg === 1) { |
|
|
|
|