mo 4 년 전
부모
커밋
61d154c774
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      src/views/accompanyManager/accompanyBuys.vue
  2. 1 1
      src/views/teamDetail/components/baseInfo.vue
  3. 2 2
      src/views/teamDetail/index.vue

+ 3 - 3
src/views/accompanyManager/accompanyBuys.vue

@@ -195,9 +195,9 @@ export default {
   mounted () {
     this.init();
   },
-  // activated () {
-  //   this.init();
-  // },
+  activated () {
+    this.init();
+  },
   methods: {
     init () {
       // 获取分部

+ 1 - 1
src/views/teamDetail/components/baseInfo.vue

@@ -142,7 +142,7 @@ export default {
     }
   },
   created () {
-    // this.init()
+    this.init()
   },
   activated () {
     this.init()

+ 2 - 2
src/views/teamDetail/index.vue

@@ -89,8 +89,8 @@ export default {
     }
   },
   mounted () {
-    // this.activeIndex = '1';
-    // this.init()
+    this.activeIndex = '1';
+    this.init()
   },
   activated () {
     this.activeIndex = '1';