From 9a94aa1cb58c827d1f406d935eef199c39d6046d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Fri, 11 Jul 2025 11:44:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=B6=88=E6=AF=92=E6=8A=9B?= =?UTF-8?q?=E5=87=BA=E5=BC=82=E5=B8=B8=20=E8=A7=A3=E5=86=B3=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=8F=96=E6=B6=88loading=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeOperation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/home/HomeOperation.vue b/src/components/home/HomeOperation.vue index 1dc582c..0bbd51f 100644 --- a/src/components/home/HomeOperation.vue +++ b/src/components/home/HomeOperation.vue @@ -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) {