From 2def72cbc51fe720b933745f7bd1102462314c1f Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 14 Jun 2025 13:46:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=A3=80=E5=BF=BD=E7=95=A5?= 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 94bcd49..84924bd 100644 --- a/src/components/system/Check/index.vue +++ b/src/components/system/Check/index.vue @@ -182,7 +182,7 @@ const checkHandle1 = async () => { const ignore = async (item: any) => { await setIgnoreItem({ - ignoreSelfTestType: '\'door_origin_is_ignore', + ignoreSelfTestType: 'door_origin_is_ignore', ignore: true, }) item.status = 'ignore'