From 7d637600f63e0f41ebaeb004c6e3ad6788bfa045 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 20 May 2025 08:32:52 +0800 Subject: [PATCH] md --- src/views/emis/emisSettlePayRecord/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/emis/emisSettlePayRecord/index.vue b/src/views/emis/emisSettlePayRecord/index.vue index cc8b936c..612fe121 100644 --- a/src/views/emis/emisSettlePayRecord/index.vue +++ b/src/views/emis/emisSettlePayRecord/index.vue @@ -348,15 +348,15 @@ export default { this.queryParams.settleBillNo=this.queryParams.queryKey; } - let thisQueryParams = {...this.queryParams}; + let qParams = {...this.queryParams}; if(this.queryDateType==1){ - thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"createTime"); + qParams = this.addDateRange(qParams, this.dateTimeRange,"createTime"); } else if(this.queryDateType==2){ - thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"tradeDate"); + qParams = this.addDateRange(qParams, this.dateTimeRange,"tradeDate"); } - return thisQueryParams; + return qParams; }, handleShowCanlender(){ this.$router.push(