Commit a9df1463 by puhui999

add: Vue3重构租户套餐列表

parent 64b974de
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment