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