优化 监控中心 前台页面

This commit is contained in:
fks-yangshouda
2024-08-23 13:18:12 +08:00
parent 6c3dd401ad
commit 723ade2531
7 changed files with 34 additions and 11 deletions

View File

@@ -480,8 +480,8 @@
expandedKeys.value = getAllKeys(treeData2.value);
if (treeData2.value?.length >= 2) {
checkedKeys.value.push(treeData2.value[0].key, treeData2.value[1].key);
getSelect(null);
}
getSelect(null);
})
.finally(() => {
treeLoading.value = false;