Browse Source

fix:自检判断

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

2
src/components/system/Check/index.vue

@ -175,7 +175,7 @@ const checkHandle1 = async () => {
const res = await requireOutTray()
res.forEach((item) => {
const heatItem = heatList.value.find(heatItem => heatItem.command === item.moduleCode)
heatItem!.status = 'error'
heatItem!.status = item.trayExist ? 'error' : 'success'
})
activeStep.value = 2
}

Loading…
Cancel
Save