add: Vue3重构租户套餐列表

This commit is contained in:
puhui999
2023-03-29 17:50:13 +08:00
parent 64b974deaf
commit a9df1463f0

View File

@ -111,7 +111,7 @@ const handleCheckedTreeNodeAll = () => {
}
// 全部(展开/折叠TODO:for循环全部展开和折叠树组件数据
const handleCheckedTreeExpand = () => {
const nodes = treeRef.value!.store.nodesMap
const nodes = treeRef.value?.store.nodesMap
for (let node in nodes) {
nodes[node].expanded = !nodes[node].expanded
}