fix : 修改需求征集状态权限

This commit is contained in:
2024-07-14 22:36:40 +08:00
parent 599fe5febb
commit a64e6827c1
2 changed files with 72 additions and 6 deletions

View File

@@ -82,3 +82,9 @@ export const deleteDemand = (id) => {
method: "delete"
});
};
export const getRequirementStatePerm = () => {
return request({
url: '/workflow/mosr/requirement/prem/state',
method: "get"
});
};