From 55f9876e876c7ddfcc2a7a2b870dfc224c9467a6 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 01 四月 2026 17:28:43 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/Qtemplate.js |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 683a684..c619033 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -9,6 +9,14 @@
     data: data,
   });
 }
+// 鏌ヨ闂嵎妯℃澘鍒楄〃
+export function taskgetQtemplateobj(data) {
+  return request({
+    url: "smartor/svytemplateTask/selectInfoByCondition",
+    method: "post",
+    data: data,
+  });
+}
 // 闂嵎妯℃澘鍒楄〃
 export function getQtemplatelist(data) {
   return request({
@@ -182,14 +190,14 @@
 // 鍒犻櫎浠诲姟鐤剧梾鍏宠仈
 export function taskdiaghospgetsondel(id) {
   return request({
-    url: "/smartor/taskdiag/remove/" + id,
+    url: `/smartor/taskdiag/remove/${id}`,
     method: "get",
   });
 }
 // 鍒犻櫎浠诲姟鎵嬫湳鍏宠仈
 export function taskoperhospgetsondel(id) {
   return request({
-    url: "/smartor/taskoper/remove/" + id,
+    url: `/smartor/taskoper/remove/${id}`,
     method: "get",
   });
 }
@@ -224,3 +232,11 @@
     data: data,
   });
 }
+// 鍖绘姢淇濆瓨鏁版嵁
+export function savequestiondetail(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/savequestiondetail",
+    method: "post",
+    data: data,
+  });
+}

--
Gitblit v1.9.3