fix : 修复项目实施附件接口
This commit is contained in:
@@ -100,3 +100,14 @@ export const getProjectConclusionProcess = () => {
|
||||
});
|
||||
};
|
||||
|
||||
//文件查询
|
||||
export const searchFile = (targetId,tag) => {
|
||||
return request({
|
||||
url: '/workflow/process/file/query',
|
||||
method: "get",
|
||||
params:{
|
||||
targetId:targetId,
|
||||
tag:tag
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user