新增待办信息

This commit is contained in:
2025-12-21 22:30:43 +08:00
parent 07032537e1
commit f4fe5539a1
2 changed files with 19 additions and 8 deletions

View File

@@ -1039,6 +1039,7 @@ const handleFolderModalClose = () => {
};
async function downloadFiles(myFiles: BizMyfiles) {
message.info("文件已开始下载...");
const { ctxAdminPath } = useGlobSetting();
await downloadByUrl({
url: ctxAdminPath + '/biz/myfiles/downloadFile',