|
|
@@ -723,7 +723,7 @@
|
|
|
cbjsInfoVisible: false,
|
|
|
cbjsInfoData: null,
|
|
|
mainDetailsVisible: false,
|
|
|
- curOrg: '',
|
|
|
+ curOrg: '企业单位',
|
|
|
// 填报任务弹窗相关
|
|
|
taskFillInVisible: false,
|
|
|
currentTaskInfo: {},
|
|
|
@@ -747,10 +747,12 @@
|
|
|
}
|
|
|
},
|
|
|
},
|
|
|
+ created() {
|
|
|
+ this.curOrg = this.$store.state.user.userInfo.curOrg
|
|
|
+ },
|
|
|
mounted() {
|
|
|
this.$el.querySelector('div.el-calendar__header').remove()
|
|
|
let user = this.$permission.getUserInfo()
|
|
|
- this.curOrg = this.$store.state.user.userInfo.curOrg
|
|
|
if (user.dataScope === 0) {
|
|
|
this.areaCode = user.provinceCode
|
|
|
} else if (user.dataScope === 1) {
|