Xiao_Mo 5 years ago
parent
commit
04ffbb6cd3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/vipClass/vipList.vue

+ 4 - 2
src/views/vipClass/vipList.vue

@@ -256,9 +256,11 @@ export default {
         ? (this.rules = this.$route.query.rules)
         ? (this.rules = this.$route.query.rules)
         : (this.rules = JSON.parse(this.$route.query.rules));
         : (this.rules = JSON.parse(this.$route.query.rules));
     } 
     } 
-    this.init();
+  
+  },
+  mounted() {
+      this.init();
   },
   },
-  mounted() {},
   activated() {
   activated() {
     this.init();
     this.init();
   },
   },