group add

This commit is contained in:
hptangxi
2025-07-05 22:50:51 +08:00
parent 8f2a0c1afc
commit 22b4e495bc
10 changed files with 679 additions and 725 deletions

View File

@@ -22,9 +22,6 @@ async function loadGroups() {
if (groups.value.length > 0 && !selectedGroup.value) {
selectedGroup.value = groups.value[0];
}
} catch (_error) {
// 错误已记录
window.$message.error("加载分组失败");
} finally {
loading.value = false;
}