Browse Source

修改时间显示

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

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

@@ -316,7 +316,7 @@ export default {
       immediate: true,
     },
   },
-  mounted() {
+  activated() {
     if (Object.keys(this.$route.params).length == 0) {
       this.formData.dateRangeRadio = '当日'
     } else {
@@ -341,6 +341,7 @@ export default {
       // this.formData.agentCode = this.$route.query.agentCode;
     }
   },
+  mounted() {},
   methods: {
     //导出
     exportexcel() {