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
}