@@ -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)
}
//树配置