🎨下线客户端后刷新客户端链接列表
This commit is contained in:
@@ -71,6 +71,7 @@ const offlineClientHandler = (clientID: string) => {
|
|||||||
offlineClient(clientID).then(res => {
|
offlineClient(clientID).then(res => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
message("下线客户端成功", { type: "success" });
|
message("下线客户端成功", { type: "success" });
|
||||||
|
getClientsStatus();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user