Browse Source

部门数据

洪海涛 4 năm trước cách đây
mục cha
commit
43f7f4bec9
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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