Xiao_Mo 5 年之前
父節點
當前提交
9ed87b63b8
共有 3 個文件被更改,包括 3 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-9a18c498.8762cb41.js
  3. 3 1
      src/views/afterSchoolManager/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-9a18c498.8762cb41.js


+ 3 - 1
src/views/afterSchoolManager/index.vue

@@ -41,7 +41,9 @@ export default {
   mounted() {
     this.init();
   },
-  activated() {},
+  activated() {
+    this.init()
+  },
   methods: {
     init() {
       this.$route.query.activeIndex

部分文件因文件數量過多而無法顯示