add:空调群控系统修改 / 素材引入 / 部分样式调节

This commit is contained in:
chenpingsen
2024-08-21 14:46:06 +08:00
parent 6cb09f631b
commit 7153a81c63
17 changed files with 396 additions and 193 deletions

View File

@@ -227,6 +227,10 @@
});
}
treeData.value = data[index].childList;
// 反向刷新
try {
tabs1Ref.value.setButtons2(treeData.value[0].childList);
} catch {}
// 开始预加载
preload.value = true;
});