fix : 修复项目实施中功能细节
This commit is contained in:
@@ -55,7 +55,22 @@ export const getProjectCheckProcess = (projectId) => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
|
||||
export const getImplementationAttachment = (projectId) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/project/implementation/tags',
|
||||
method: "get",
|
||||
params:{
|
||||
projectId:projectId
|
||||
}
|
||||
});
|
||||
};
|
||||
export const addLedger = (data) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/expense/ledger',
|
||||
method: "post",
|
||||
data: data
|
||||
});
|
||||
};
|
||||
//项目归档
|
||||
export const getConclusionDetail = (ProjectId) => {
|
||||
return request({
|
||||
@@ -84,3 +99,4 @@ export const getProjectConclusionProcess = () => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user