feat : 附件处理
This commit is contained in:
10
src/api/project-manage/attachment.js
Normal file
10
src/api/project-manage/attachment.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/utils/request.js'
|
||||
|
||||
|
||||
export const searchFileList = (params) => {
|
||||
return request({
|
||||
url: `/workflow/mosr/attachment/list`,
|
||||
method: "get",
|
||||
params: params
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user