feat: 添加系统监控-在线用户、登录日志页面示例 (#951)

* feat: 添加系统监控页面示例

* chore: 完成系统监控-在线用户

* chore: 完成登录日志
This commit is contained in:
xiaoming
2024-03-04 16:44:30 +08:00
committed by GitHub
parent c4d5e3bfcd
commit 131d1e8ada
17 changed files with 1036 additions and 41 deletions

View File

@@ -261,6 +261,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
type: "success"
});
tableRef.value.getTableRef().clearSelection();
onSearch();
}
async function onSearch() {