|
|
@ -100,6 +100,7 @@ const doStartDisinfect = async () => { |
|
|
|
} |
|
|
|
await sendCmd(startParams).catch((res) => { |
|
|
|
FtMessageBox.error(`错误码: ${res.ackcode}, 信息: ${res.message}`) |
|
|
|
throw new Error(res) |
|
|
|
}) |
|
|
|
const poll = setInterval(() => { |
|
|
|
if (!operationState.value) { |
|
|
|