From cc0b76e8ba08b3542c87ac6e48ee8fd6e38141ca Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 20 May 2025 08:20:35 +0800 Subject: [PATCH] md --- src/views/emis/emisSettlePayRecord/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/emis/emisSettlePayRecord/index.vue b/src/views/emis/emisSettlePayRecord/index.vue index a8c75d47..cc8b936c 100644 --- a/src/views/emis/emisSettlePayRecord/index.vue +++ b/src/views/emis/emisSettlePayRecord/index.vue @@ -48,7 +48,7 @@ - + @@ -350,10 +350,10 @@ export default { let thisQueryParams = {...this.queryParams}; if(this.queryDateType==1){ - thisQueryParams = this.addDateRange(this.queryParams, this.dateTimeRange,"createTime"); + thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"createTime"); } else if(this.queryDateType==2){ - thisQueryParams = this.addDateRange(this.queryParams, this.dateTimeRange,"tradeDate"); + thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"tradeDate"); } return thisQueryParams; @@ -548,8 +548,8 @@ export default { this.exportData(this.selectList,loadingInstance); } else{ - - let qExportParam={...this.queryParams}; + let qExportParam=this.initQueryParams(); + // let qExportParam={...this.queryParams}; qExportParam.pageNum=1; qExportParam.pageSize=20000; listEmisSettlePayRecord(qExportParam).then(response => {