Browse Source

fix: 自检忽略

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

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

Loading…
Cancel
Save