From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交

---
 src/api/AiCentre/Qtemplate.js |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 56 insertions(+), 1 deletions(-)

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 479007d..e36895b 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -25,6 +25,14 @@
     params: data,
   });
 }
+// 闂嵎妯℃澘鍒楄〃(绉戝鐥呭尯鏌ヨ)
+export function getSviLibTemplateByDeptCode(data) {
+  return request({
+    url: "/smartor/svyLibTemplate/getSviLibTemplateByDeptCode",
+    method: "post",
+    data: data,
+  });
+}
 // 闂嵎妯℃澘璇︽儏
 export function Qtemplateinfo(Id) {
   return request({
@@ -36,6 +44,13 @@
 export function delQtemplateinfo(Id) {
   return request({
     url: "/smartor/svyLibTemplate/remove/" + Id,
+    method: "get",
+  });
+}
+// 鏌ョ湅闂嵎榛樿濉姤鏉冮檺
+export function getconfigKey(Id) {
+  return request({
+    url: "/system/config/configKey/" + Id,
     method: "get",
   });
 }
@@ -165,10 +180,26 @@
     params: data,
   });
 }
+export function depthospgetsonlistnopage(data) {
+  return request({
+    url: "/smartor/td/listnopage",
+    method: "get",
+    params: data,
+  });
+}
 //浠诲姟绉戝鐥呭尯妯℃澘鍏宠仈鏌ヨ
 export function taskdepthospgetsonlist(data) {
   return request({
     url: "/smartor/taskdept/list",
+    method: "post",
+    data: data,
+  });
+}
+
+//浠诲姟缁勭瀹ょ梾鍖烘ā鏉垮叧鑱旀煡璇�
+export function rwztaskdepthospgetsonlist(data) {
+  return request({
+    url: "/smartor/taskSchedule/getTaskScheduleDeptList",
     method: "post",
     data: data,
   });
@@ -204,7 +235,15 @@
 // 鑾峰彇浠诲姟鐤剧梾鍏宠仈
 export function taskdiaggetlist(data) {
   return request({
-    url: "/smartor/taskdiag/list",
+    url: "/smartor/taskdiag/listnopage",
+    method: "post",
+    data: data,
+  });
+}
+// 浠诲姟缁勭柧鐥呭叧鑱�
+export function rwztaskdiaggetlist(data) {
+  return request({
+    url: "/smartor/taskSchedule/getTaskScheduleDiagList",
     method: "post",
     data: data,
   });
@@ -232,3 +271,19 @@
     data: data,
   });
 }
+// 鍖绘姢淇濆瓨鏁版嵁
+export function savequestiondetail(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/savequestiondetail",
+    method: "post",
+    data: data,
+  });
+}
+//鍒囨崲瀛愪换鍔℃ā鏉�
+export function updateTemplate(data) {
+  return request({
+    url: "/smartor/serviceSubtask/updateTemplate",
+    method: "post",
+    data: data,
+  });
+}

--
Gitblit v1.9.3