This commit is contained in:
2023-04-07 14:47:52 +08:00
parent e05c1ccac3
commit d106c62c62

View File

@@ -63,3 +63,8 @@ export const instOperation = (uuid, otype) => request({
opt_type: otype
}
})
// 1.3获取任务类型:
export const taskType = () => request({
url:'/api/task/taskType'
})