From d106c62c62e3a31b33e9598eac2e404d72fed8c7 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 7 Apr 2023 14:47:52 +0800 Subject: [PATCH] getData1 --- utils/getData1.js | 5 +++++ 1 file changed, 5 insertions(+) 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' +})