fix : 修复项目实施附件查询及上传功能

This commit is contained in:
2024-06-01 00:46:00 +08:00
parent f4ad871831
commit daf5ffe2c9
4 changed files with 68 additions and 40 deletions

View File

@@ -77,13 +77,11 @@ export const addLedger = (data) => {
});
};
export const getTags = (projectId) => {
export const getTags = (params) => {
return request({
url: '/workflow/mosr/project/implementation/option',
method: "get",
params:{
projectId:projectId
}
params:params
});
};
//项目归档