fix : 项目归档附件查询功能优化

This commit is contained in:
2024-06-02 23:17:06 +08:00
parent 83fd1b37e2
commit 747b40f9ba
6 changed files with 89 additions and 85 deletions

View File

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