group add
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user