From 98961384c43eb14d108e557104b3e75341284427 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 23 一月 2025 10:57:59 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/Qtemplate.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js index 55d9e46..a29da63 100644 --- a/src/api/AiCentre/Qtemplate.js +++ b/src/api/AiCentre/Qtemplate.js @@ -158,6 +158,14 @@ params: data, }); } + //浠诲姟绉戝鐥呭尯妯℃澘鍏宠仈鏌ヨ + export function taskdepthospgetsonlist(data) { + return request({ + url: "/smartor/taskdept/list", + method: "get", + params: data, + }); +} // 鍒犻櫎绉戝鐥呭尯妯℃澘鍒嗙被 export function depthospgetsondel(id) { return request({ @@ -165,6 +173,13 @@ method: "get", }); } + // 鍒犻櫎浠诲姟绉戝鍏宠仈 + export function taskdepthospgetsondel(id) { + return request({ + url: "/smartor/taskdept/remove/" + id, + method: "get", + }); + } // 鍖绘姢淇濆瓨鏁版嵁 export function serviceSubtaskDetailedit(data) { -- Gitblit v1.9.3