@@ -157,6 +157,7 @@ const tabData = ref([
])
const tabChange = (item) => {
tabKey.value = item?.key
+ treeLoading.value = true
}