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'