oa二期内容更新

This commit is contained in:
2024-12-16 11:27:43 +08:00
parent de37820973
commit 5cbeeee3a1
19 changed files with 490 additions and 188 deletions

View File

@@ -16,6 +16,13 @@ export function getProject(projectId) {
method: 'get'
})
}
// 查询项目管理详细
export function projectData() {
return request({
url: '/oa/project/projectDataByMonth',
method: 'get'
})
}
// 新增项目管理
export function addProject(data) {