fix : 修复新增分摊表格数据校验及矩阵审批加箭头

This commit is contained in:
2024-06-05 22:03:49 +08:00
parent ca64562059
commit 2e86683f41
6 changed files with 187 additions and 142 deletions

View File

@@ -26,3 +26,15 @@ export const getAllocationDetailList = (params) => {
params:params
});
};
export const getResearchUser = () => {
return request({
url: '/admin/mosr/user/research',
method: "get"
});
};
export const getProjectOption = () => {
return request({
url: '/workflow/mosr/project/implementation/in/implementation/option',
method: "get"
});
};