fix : 对接需求征集列表接口

This commit is contained in:
2024-05-11 17:40:47 +08:00
parent f7fddab0bd
commit 0d31b47a56
4 changed files with 69 additions and 36 deletions

View File

@@ -1,5 +1,12 @@
import request from '@/utils/request.js'
//需求征集
export const getDemandInfo = (param) => {
return request({
url: '/workflow/mosr/requirement',
method: "get",
params: param
});
};
export const getWorkflowInfo = () => {
return request({
url: '/workflow/mosr/requirement/process',