From c415e130b923d6e26f5c882e28358d48e70364c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 17 Mar 2026 21:08:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=20=E7=8A=B6=E6=80=81=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E9=BB=98=E8=AE=A4=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/client/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/client/index.vue b/src/views/system/client/index.vue index ee08980..c82d8ea 100644 --- a/src/views/system/client/index.vue +++ b/src/views/system/client/index.vue @@ -178,7 +178,7 @@ const initFormData: ClientForm = { deviceType: undefined, activeTimeout: undefined, timeout: undefined, - status: undefined + status: '0' }; const data = reactive>({ form: { ...initFormData },