🐛 修复测试.
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
try {
|
||||
const groups = await cacheStore.loadHostGroups(force);
|
||||
emits('loading', true);
|
||||
treeData.value = groups;
|
||||
treeData.value = groups || [];
|
||||
} catch (e) {
|
||||
} finally {
|
||||
emits('loading', false);
|
||||
|
||||
Reference in New Issue
Block a user