首页大型更新,修正通信ui
This commit is contained in:
@@ -23,6 +23,13 @@ export function projectData() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
// 查询项目管理详细
|
||||
export function projectDataByMonthAndDate() {
|
||||
return request({
|
||||
url: '/oa/project/projectDataByMonthAndDate',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增项目管理
|
||||
export function addProject(data) {
|
||||
|
||||
Reference in New Issue
Block a user