duy 1 рік тому
батько
коміт
3b4c8c6558

+ 1 - 1
src/views/project/debit/contract/unit.vue

@@ -115,7 +115,7 @@ const searchForm = ref({})
 const treeProps = {
     label: 'nodeName',
     children: 'children',
-    isLeaf: 'leaf',
+    isLeaf: 'notExsitChild',
 }
 const ishowTree = ref(true)
 //重新设置树

+ 1 - 1
src/views/project/debit/project/unit.vue

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