mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	add: Vue3重构租户套餐列表
This commit is contained in:
		@@ -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
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user