|
@@ -253,7 +253,7 @@ import {getCount,getCountTips} from "@/api/work/index.js"
|
|
|
htabo:require("@/static/images/home/htabo.png"),
|
|
|
htabp:require("@/static/images/home/htabp.png"),
|
|
|
upimg:require("@/static/images/home/up.png"),
|
|
|
- city:'幸福大街',
|
|
|
+ city:'合肥市',
|
|
|
deptName:this.$store.state.user.deptName,
|
|
|
nickName:this.$store.state.user.nickName,
|
|
|
postGroup:'',//岗位
|
|
@@ -283,7 +283,9 @@ import {getCount,getCountTips} from "@/api/work/index.js"
|
|
|
if(checkPermi(['wuYe:statistics:num:app'])){
|
|
|
this.getCount()
|
|
|
}
|
|
|
- this.getCountTips()
|
|
|
+ if(checkPermi(['wuYe:statistics:wuYeTips'])){
|
|
|
+ this.getCountTips()
|
|
|
+ }
|
|
|
if(checkPermi(['wuYe:repair:list'])){
|
|
|
this.repairList()
|
|
|
}
|