mo 4 rokov pred
rodič
commit
61d154c774

+ 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';