lilei 3 ماه پیش
والد
کامیت
7cee3d7b6d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/reportData/tireSubsidyReport/incrementalSubsidyList.vue

+ 1 - 1
src/views/reportData/tireSubsidyReport/incrementalSubsidyList.vue

@@ -246,7 +246,7 @@ export default {
     //  日期选择  change
     dateChange (date, valStr) {
       this.timeInfo = date[0] && date[1] ? date : []
-      if (date && date.length > 0) {
+      if (date && date.length && date[0] && date[1]) {
         this.queryParam.queryDate = date[0] + '0' + date[1]
       } else {
         this.queryParam.queryDate = undefined