Browse Source

fix:hulue指令

master
guoapeng 2 months ago
parent
commit
3e07f0e759
  1. 2
      src/components/system/Check/index.vue

2
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'

Loading…
Cancel
Save