fix : 修复项目附件页面细节

This commit is contained in:
2024-05-30 16:46:51 +08:00
parent 94528cfa06
commit 0c1e566578
3 changed files with 63 additions and 11 deletions

View File

@@ -76,6 +76,16 @@ export const addLedger = (data) => {
data: data
});
};
export const getTags = (projectId) => {
return request({
url: '/workflow/mosr/project/implementation/tags',
method: "get",
params:{
projectId:projectId
}
});
};
//项目归档
export const getConclusionDetail = (ProjectId) => {
return request({