oa二期内容更新
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user