From 7d31ab19745ac4cf7eecd2288e4c2b0c3c8e1f6f Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 27 Feb 2026 09:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/board4/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/board/board4/index.vue b/src/views/board/board4/index.vue index 13ad986..40cb41a 100644 --- a/src/views/board/board4/index.vue +++ b/src/views/board/board4/index.vue @@ -576,7 +576,6 @@ import {listQualityInspection} from "@/api/report/qualityInspection"; import {listShutDown} from "@/api/dms/shutDown"; import {parseTime} from "@/utils/ruoyi"; -const now = new Date() const getWeekRange = () => { const now = new Date(); const day = now.getDay(); // 0-6 (0=周日) @@ -713,6 +712,8 @@ export default { }, methods: { async getData() { + + const now = new Date() listShutDown({ beginTime: parseTime(new Date( now.getFullYear(),