From 2145108a5bf0c721fea728e0a4936cb7007a92a2 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期六, 06 一月 2024 15:31:41 +0800 Subject: [PATCH] mdc更新 --- src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue b/src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue index a4b39d9..54f84af 100644 --- a/src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue +++ b/src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue @@ -83,7 +83,7 @@ typeEquipment: 1, allowClear: true, allowClearSu: true, - dates: [moment(), moment()], + dates: [moment().subtract('days', 1), moment().subtract('days', 1)], identifying: [], queryParam: { pageSize: 20, -- Gitblit v1.9.3