From 83898e6b7ff3996fcef889042442a25753b07dea Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 24 九月 2024 14:00:24 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 5047e02..8897655 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -128,3 +128,56 @@
       data: data,
     });
   }
+    // 鍒犻櫎闂嵎妯℃澘鍒嗙被
+export function deleteTaskQuestioncomit(svyid) {
+  return request({
+    url: "/smartor/svytemplateTask/remove/" + svyid,
+    method: "get",
+  });
+}
+
+    export function getTaskQuestioncomit(svyid) {
+      return request({
+        url: "/smartor/svytemplateTask/" + svyid,
+        method: "get",
+      });
+    }
+ //绉戝鐥呭尯妯℃澘鍏宠仈鏂板
+ export function depthospgetson(data) {
+  return request({
+    url: "/smartor/td/add",
+    method: "post",
+    data: data,
+  });
+}
+ //绉戝鐥呭尯妯℃澘鍏宠仈鏌ヨ
+ export function depthospgetsonlist(data) {
+  return request({
+    url: "/smartor/td/list",
+    method: "get",
+    params: data,
+  });
+}
+    // 鍒犻櫎绉戝鐥呭尯妯℃澘鍒嗙被
+    export function depthospgetsondel(id) {
+      return request({
+        url: "/smartor/td/remove/" + id,
+        method: "get",
+      });
+    }
+// 鍖绘姢淇濆瓨鏁版嵁
+
+export function serviceSubtaskDetailedit(data) {
+  return request({
+    url: "/smartor/serviceSubtaskDetail/editByCondition",
+    method: "post",
+    data: data,
+  });
+}
+export function serviceSubtaskDetailadd(data) {
+  return request({
+    url: "/smartor/serviceSubtaskDetail/add",
+    method: "post",
+    data: data,
+  });
+}

--
Gitblit v1.9.3