Browse Source

修改bug

chenrui  2 years ago
parent
commit
5ec7ce1a0f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/system/securityCheck/components/securityCheckHeader.vue

+ 4 - 2
src/views/system/securityCheck/components/securityCheckHeader.vue

@@ -388,7 +388,7 @@ export default {
     },
   },
   activated() {
-    this.routepageall()
+    // this.routepageall()
     if (Object.keys(this.$route.params).length == 0) {
       if (!this.formData.beginDate || !this.formData.endDate) {
         this.formData.dateRangeRadio = '当日'
@@ -425,7 +425,9 @@ export default {
       // this.formData.agentCode = this.$route.query.agentCode;
     }
   },
-  mounted() {},
+  mounted() {
+    this.routepageall()
+  },
   methods: {
     changeManager(e) {
       if (e) {