fix : 修复页面细节功能及附件上传组件
This commit is contained in:
@@ -24,9 +24,17 @@ export const getProcessInfo = () => {
|
||||
method: "post"
|
||||
});
|
||||
};
|
||||
export const getDetail = (requirementId) => {
|
||||
export const getDetail = (projectId) => {
|
||||
return request({
|
||||
url: `/workflow/mosr/requirement/collect/info/${requirementId}`,
|
||||
url: `/workflow/mosr/requirement/collect/info/${projectId}`,
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
|
||||
export const resubmitReported = (data) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/requirement/collect/resubmit',
|
||||
method: "post",
|
||||
data: data
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user