|
|
@@ -633,8 +633,10 @@
|
|
|
} else if (user.dataScope === 2) {
|
|
|
this.areaCode = user.countyCode
|
|
|
}
|
|
|
- this.initChart()
|
|
|
- this.initCalendarData('index')
|
|
|
+ if (this.curOrg != '企业单位') {
|
|
|
+ this.initChart()
|
|
|
+ this.initCalendarData('index')
|
|
|
+ }
|
|
|
this.getTodoList()
|
|
|
this.loadNewsList()
|
|
|
},
|