diff --git a/src/views/emis/emisSettleInvoiceChRecord/index.vue b/src/views/emis/emisSettleInvoiceChRecord/index.vue index c86292f5..725c23be 100644 --- a/src/views/emis/emisSettleInvoiceChRecord/index.vue +++ b/src/views/emis/emisSettleInvoiceChRecord/index.vue @@ -405,7 +405,7 @@ export default { return row.id; }, initQueryParams(){ - this.queryParams=this.addDateRange(this.queryParams, this.dateRange,"createTime"); + this.queryParams=this.addDateRange(this.queryParams, this.dateTimeRange,"createTime"); // 按运单查询时的处理 if(this.queryOrderType=='1'){ this.queryParams.params.billCode=this.queryParams.queryCode;