This commit is contained in:
zhaohy
2024-08-23 17:02:50 +08:00
2 changed files with 19 additions and 20 deletions

View File

@@ -128,7 +128,6 @@
http.post(device.queryDeviceTree, { orgId: orgId.value }).then((res) => {
treeData1.value = formatTreeData(res.data);
debugger;
if (treeData1.value && treeData1.value.length > 0) {
firstKey.value = [treeData1.value[0].value];
}