md
This commit is contained in:
parent
cc0b76e8ba
commit
7d637600f6
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user