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,