From 911bc95b168f67beca1c5f7ff4f8dcc212e626aa Mon Sep 17 00:00:00 2001 From: coward Date: Fri, 7 Jun 2024 09:06:11 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E4=B8=8B=E7=BA=BF=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E5=90=8E=E5=88=B7=E6=96=B0=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-src/src/views/dashboard/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web-src/src/views/dashboard/index.vue b/web-src/src/views/dashboard/index.vue index 8ba7e7e..387d463 100644 --- a/web-src/src/views/dashboard/index.vue +++ b/web-src/src/views/dashboard/index.vue @@ -71,6 +71,7 @@ const offlineClientHandler = (clientID: string) => { offlineClient(clientID).then(res => { if (res.code === 200) { message("下线客户端成功", { type: "success" }); + getClientsStatus(); } }); };