hse修改接口

This commit is contained in:
Teo
2025-08-29 16:51:40 +08:00
parent e99e27c8d1
commit b0abb5f47b
3 changed files with 5 additions and 5 deletions

View File

@ -145,7 +145,7 @@ const state = reactive<any>({
});
const postList = () => {
listTreeByProject(currentProject.value?.id).then((res) => {
listTreeByProject().then((res) => {
console.log('🚀 ~ listTreeByProject ~ res:', res);
state.postListAll = res.data ?? [];
});