@@ -115,7 +115,7 @@ const searchForm = ref({})
const treeProps = {
label: 'nodeName',
children: 'children',
- isLeaf: 'leaf',
+ isLeaf: 'notExsitChild',
}
const ishowTree = ref(true)
//重新设置树
@@ -143,7 +143,7 @@ const searchForm = ref({ current: 1, size: 10, total: 0 })
const TreeAutoExpandKeys = ref(getStoreValue('wbsTreeExpandKeys') || [])
//懒加载的数据