|
|
@@ -20,6 +20,9 @@ export async function fetchWorkFlow(projectId, userId) { |
|
|
|
*/ |
|
|
|
export async function fetchFolderFileList(folderId, userId) { |
|
|
|
const res = await fetchApi('folder/queryFileListByFolderId', {folderId, userId}); |
|
|
|
console.log(res); |
|
|
|
return res; |
|
|
|
} |
|
|
|
|
|
|
|
export async function createSubFolder() { |
|
|
|
const res = await fetchApi('folder/createSubfolder', {}); |
|
|
|
} |