ZaiZai 11 months ago
parent
commit
aadbe168f2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/desk/test-collect/partitioning.vue

+ 2 - 1
src/views/desk/test-collect/partitioning.vue

@@ -92,7 +92,8 @@ const treeFilterClick = () => {
 //获取树数据
 const treeData = ref([])
 const getTreeData = async (id, pid) => {
-    console.log('111')
+    const { data } = await projectApi.findProjectTree({ projectId: id, wbsId: pid })
+    treeData.value = getArrValue(data)
 }
 
 //树配置