Browse Source

bug修复。

zhengqiang 4 years ago
parent
commit
e9142f081f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/base/holidayInfo-list.vue

+ 1 - 0
src/views/base/holidayInfo-list.vue

@@ -586,6 +586,7 @@ export default {
     this.changePage(1);
   },
   components: {
+    "el-select-tree": SelectTree,
     "holidayInfo-detail": holidayInfoDetail,
     "holidayCompany-list":holidayCompanyList
   },