소스 검색

Merge branch 'online' of http://git.dayaedu.com/molingzhide/dy-admin-manager into online

mo 4 년 전
부모
커밋
7b41bc2d78
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/categroyManager/insideSetting/branchActive.vue

+ 3 - 1
src/views/categroyManager/insideSetting/branchActive.vue

@@ -141,7 +141,9 @@ export default {
     if (this.$route.query.rules) {
     if (this.$route.query.rules) {
       this.$route.query.rules instanceof Object ? this.pageInfo = this.$route.query.rules : this.pageInfo = JSON.parse(this.$route.query.rules);
       this.$route.query.rules instanceof Object ? this.pageInfo = this.$route.query.rules : this.pageInfo = JSON.parse(this.$route.query.rules);
     }
     }
-
+  },
+  activated() {
+    this.getList()
   },
   },
   mounted () {
   mounted () {
     this.getList() // 获取列表数据
     this.getList() // 获取列表数据