ccjgmwz 3 년 전
부모
커밋
868f16603d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/houseSelfCollect/paymentManagement.vue

+ 3 - 3
src/views/houseSelfCollect/paymentManagement.vue

@@ -361,7 +361,7 @@ import download from '../../components/WsDownload/download'
       },
       getPassYearFormatDate () {
           var nowDate = new Date()
-          nowDate.setTime(nowDate.getTime()-24*60*60*1000*3)
+          nowDate.setTime(nowDate.getTime()-24*60*60*1000*30)
           var seperator1 = '-'
           var year = nowDate.getFullYear()
           var month = nowDate.getMonth() + 1
@@ -807,8 +807,8 @@ import download from '../../components/WsDownload/download'
       getpayment({
         currentPage: this.currentPage,
         pageSize: this.pageSize,
-        startDate:startDate,
-        endDate:endDate,
+        // startDate:startDate,
+        // endDate:endDate,
         searchKeyWord: this.searchKeyWord,
         searchType: searchParam,
         warehouseName: this.warehouseName,