From 9d1367c93ee4cf9683586a45b52df24423204b37 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 15 Oct 2024 08:12:02 +0800 Subject: [PATCH] md --- .../panel/InvoiceRecordApplyListPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {