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 | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 48 insertions(+), 1 deletions(-)
diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index c619033..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,
});
@@ -240,3 +279,11 @@
data: data,
});
}
+//鍒囨崲瀛愪换鍔℃ā鏉�
+export function updateTemplate(data) {
+ return request({
+ url: "/smartor/serviceSubtask/updateTemplate",
+ method: "post",
+ data: data,
+ });
+}
--
Gitblit v1.9.3