fix: 修复任务类型信息,添加acs任务类型
This commit is contained in:
@@ -37,6 +37,12 @@ export function getTaskType() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export function getAcsTaskType() {
|
||||
return request({
|
||||
url: 'api/task/acsTaskType',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getFinishType() {
|
||||
return request({
|
||||
@@ -60,5 +66,6 @@ export default {
|
||||
operation,
|
||||
getTaskStatus,
|
||||
getTaskType,
|
||||
getAcsTaskType,
|
||||
getFinishType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user