chenrui  пре 2 година
родитељ
комит
66f889af64
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {