From 4cd2bfdb3778a94e339bb2ee6fad740bed20c582 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 23 一月 2025 23:32:40 +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..87743e1 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: "post",
+ data: 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