兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-09-17 ab1a7204fa51a9672e50c7370e34886592f67541
src/views/monitor/online/index.vue
@@ -95,7 +95,7 @@
const handleForceLogout = async (row: OnlineVO) => {
  await proxy?.$modal.confirm('是否确认强退名称为"' + row.userName + '"的用户?');
  await forceLogout(row.tokenId);
  getList();
  await getList();
  proxy?.$modal.msgSuccess("删除成功");
}