This commit is contained in:
linfso 2024-10-15 08:12:02 +08:00
parent 1d5ebe5182
commit 9d1367c93e

View File

@ -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 => {