This commit is contained in:
zhaohy
2024-08-21 14:47:17 +08:00
17 changed files with 396 additions and 193 deletions

View File

@@ -376,6 +376,10 @@
http.get(url, { projectId: state.projectId, siteId: state.siteId }).then((res) => {
const data = res.data;
treeData.value = data[0].childList;
// 反向刷新
try {
tabs1Ref.value.setButtons2(treeData.value[0].childList);
} catch {}
});
};