Skip to content

Commit a9df146

Browse files
author
puhui999
committed
add: Vue3重构租户套餐列表
1 parent 64b974d commit a9df146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/tenantPackage/form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const handleCheckedTreeNodeAll = () => {
111111
}
112112
// 全部(展开/折叠)TODO:for循环全部展开和折叠树组件数据
113113
const handleCheckedTreeExpand = () => {
114-
const nodes = treeRef.value!.store.nodesMap
114+
const nodes = treeRef.value?.store.nodesMap
115115
for (let node in nodes) {
116116
nodes[node].expanded = !nodes[node].expanded
117117
}

0 commit comments

Comments
 (0)