|
@@ -15,7 +15,7 @@ export function getAvaliableInfo() {
|
|
|
// 获取月报主页data
|
|
|
export function monthlyReportIndex(id) {
|
|
|
return request({
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
url: TeamManagement + `/monthlyReport/monthlyReportIndex?id=${id}`,
|
|
|
method: 'get'
|
|
|
})
|
|
@@ -124,7 +124,7 @@ export function getOdinNode(id) {
|
|
|
export function getOdinTree(data) {
|
|
|
return request({
|
|
|
url: data !== null ? TeamManagement + `/monthlyReport/getOdinTree?keyWord=${data}` : TeamManagement + `/monthlyReport/getOdinTree`,
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -134,7 +134,7 @@ export function addShowOdinNode(data) {
|
|
|
return request({
|
|
|
url: TeamManagement + `/monthlyReport/addShowOdinNode`,
|
|
|
method: 'post',
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
data
|
|
|
})
|
|
|
}
|
|
@@ -144,7 +144,7 @@ export function createMonthlyReport(data) {
|
|
|
return request({
|
|
|
url: TeamManagement + `/monthlyReport/create`,
|
|
|
method: 'post',
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
data
|
|
|
})
|
|
|
}
|
|
@@ -153,7 +153,7 @@ export function createMonthlyReport(data) {
|
|
|
export function getOdinNodeByParentId(id) {
|
|
|
return request({
|
|
|
url: TeamManagement + `/monthlyReport/getOdinNodeByParentId?odinId=${id}`,
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -162,7 +162,7 @@ export function getOdinNodeByParentId(id) {
|
|
|
export function getDeptByKeyWord(id) {
|
|
|
return request({
|
|
|
url: TeamManagement + `/monthlyReport/getDeptByKeyWord?keyWord=${id}`,
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -189,7 +189,7 @@ export function deleteOdinBizRel(data) {
|
|
|
export function getMonthlyReportVersion(id) {
|
|
|
return request({
|
|
|
url: TeamManagement + `/monthlyReport/getMonthlyReportVersion?id=${id}`,
|
|
|
- timeout: '10000',
|
|
|
+ timeout: '100000',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|