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