@@ -75,7 +75,7 @@ const getAllLoad = async (node, resolve) => {
//树节点被点击
const treeItem = ref({})
const nodeAllTap = ({data}) => {
- if (data?.leaf) {
+ if (data?.notExsitChild) {
treeItem.value = getObjValue(data);
} else {
treeItem.value = {};