This commit is contained in:
linfso 2024-12-08 09:59:03 +08:00
parent d8cd5fe86c
commit 12a5502ab4

View File

@ -754,7 +754,7 @@ export default {
end.setHours(23,59,59,0) end.setHours(23,59,59,0)
this.dateTimeRange=[timeFormat(start), timeFormat(end)] this.dateTimeRange=[timeFormat(start), timeFormat(end)]
this.queryParams.orderStatus='0'; //this.queryParams.orderStatus='0';
this.getList(); this.getList();
}, },
methods: { methods: {