diff --git a/src/views/emis/emisSettleInvoiceRecord/panel/InvoiceRecordApplyListPanel.vue b/src/views/emis/emisSettleInvoiceRecord/panel/InvoiceRecordApplyListPanel.vue index 76b87180..16f04412 100644 --- a/src/views/emis/emisSettleInvoiceRecord/panel/InvoiceRecordApplyListPanel.vue +++ b/src/views/emis/emisSettleInvoiceRecord/panel/InvoiceRecordApplyListPanel.vue @@ -358,7 +358,7 @@ export default { this.queryParams.settleBillNo=this.queryParams.queryCode; } - this.queryParams=this.addDateRange(this.queryParams, this.dateTimeRange,'creatTime'); + this.queryParams=this.addDateRange(this.queryParams, this.dateTimeRange,'createTime'); this.loading = true; listEmisSettleInvoiceRecord(this.queryParams).then(response => {