|
|
@ -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 |
|
|
|
} |
|
|
|