From 37ad5ee9616e623372a6e300331bd9595130313c Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Tue, 12 Mar 2024 13:49:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(divice):=20=E6=B6=88=E6=81=AF=E4=B8=8B?= =?UTF-8?q?=E5=8F=91=E5=90=8E=E6=8C=89=E9=92=AE=E4=B8=80=E7=9B=B4=E5=9C=A8?= =?UTF-8?q?=20loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device-manage/device/components/SendCommandModal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/device-manage/device/components/SendCommandModal.vue b/src/views/device-manage/device/components/SendCommandModal.vue index 49076ca9..81622326 100644 --- a/src/views/device-manage/device/components/SendCommandModal.vue +++ b/src/views/device-manage/device/components/SendCommandModal.vue @@ -151,7 +151,8 @@ async function handleSubmit() { emit('success') closeModal() } - catch { + catch {} + finally { setModalProps({ confirmLoading: false }) } }