From 3b5ff0651c049d5def8fd789c52ec26188a1e8a1 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 21 十一月 2025 10:45:13 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/Qtemplate.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 5853929..479007d 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({
--
Gitblit v1.9.3