Browse Source

修改时间

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

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

@@ -365,7 +365,7 @@ export default {
   activated() {
     this.routepageall()
     if (Object.keys(this.$route.params).length == 0) {
-      if (!this.formData.beginDate) {
+      if (!this.formData.beginDate || !this.formData.endDate) {
         this.formData.dateRangeRadio = '当日'
       }
     } else {