chenrui  преди 2 години
родител
ревизия
5ec7ce1a0f
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  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) {