Browse Source

Merge branch 'monthly_report_daily_0.0.5' into http_test

洪海涛 4 years ago
parent
commit
03ee14444e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/monthlyReport/childrenPage/setReport/index.vue

+ 4 - 0
src/views/monthlyReport/childrenPage/setReport/index.vue

@@ -40,6 +40,10 @@ export default {
       tabIndex: '0'
     }
   },
+  created() {
+    // 获取部门数据
+    this.$store.dispatch('monthlyReportEdit/setSelectEnum', 'init')
+  },
   methods: {
     handleClick(tab, event) {
       this.tabIndex = tab.index