From 3e07f0e7598631f55a958cca2b9f8e60a19286f4 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Thu, 12 Jun 2025 00:50:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:hulue=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/system/Check/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/system/Check/index.vue b/src/components/system/Check/index.vue index f6fa361..d23e0b8 100644 --- a/src/components/system/Check/index.vue +++ b/src/components/system/Check/index.vue @@ -161,7 +161,7 @@ const checkHandle1 = async () => { const ignore = async (item: any) => { await setIgnoreItem({ - ignoreSelfTestType: item.ignoreKey, + ignoreSelfTestType: '\'door_origin_is_ignore', ignore: true, }) item.status = 'ignore'