diff --git a/utils/getData1.js b/utils/getData1.js index 0e69580..c900b9c 100644 --- a/utils/getData1.js +++ b/utils/getData1.js @@ -63,3 +63,8 @@ export const instOperation = (uuid, otype) => request({ opt_type: otype } }) + +// 1.3获取任务类型: +export const taskType = () => request({ + url:'/api/task/taskType' +})