fix : 完善页面
This commit is contained in:
14
src/api/project-demand/index.js
Normal file
14
src/api/project-demand/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import request from '@/utils/request.js'
|
||||
|
||||
export const getWorkflowInfo = () => {
|
||||
return request({
|
||||
url: '/workflow/mosr/requirement/process',
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
export const getInfo = (requirementId) => {
|
||||
return request({
|
||||
url: `/workflow/mosr/requirement/info/${requirementId}`,
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user