hse修改接口
This commit is contained in:
@ -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 ?? [];
|
||||
});
|
||||
|
Reference in New Issue
Block a user