feat : 项目归档加上全部标签

This commit is contained in:
2024-10-25 20:20:39 +08:00
parent b8aa24e6a0
commit c5d7961b4d
2 changed files with 23 additions and 11 deletions

View File

@@ -8,6 +8,13 @@ export const searchFileList = (params) => {
params: params
});
};
export const searchAllFileList = (params) => {
return request({
url: '/workflow/mosr/attachment/all',
method: "get",
params: params
});
};
export const uploadFileList = (data) => {
return request({
url: '/workflow/mosr/attachment/upload',