From 51461f369f0b0ad1da96346afee5637302f1525b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 18 八月 2026 16:38:47 +0800
Subject: [PATCH] 提交
---
src/api/AiCentre/Qtemplate.js | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 3c5e873..7323579 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -47,6 +47,13 @@
method: "get",
});
}
+// 鏌ョ湅闂嵎榛樿濉姤鏉冮檺
+export function getconfigKey(Id) {
+ return request({
+ url: "/system/config/configKey/" + Id,
+ method: "get",
+ });
+}
// 鏂板鎴栦慨鏀归棶鍗锋ā鏉胯鎯�
export function compileQtemplate(data) {
return request({
@@ -188,6 +195,22 @@
data: data,
});
}
+export function taskmedicallist(data) {
+ return request({
+ url: "/smartor/taskmedical/list",
+ method: "post",
+ data: data,
+ });
+}
+
+//浠诲姟缁勭瀹ょ梾鍖烘ā鏉垮叧鑱旀煡璇�
+export function rwztaskdepthospgetsonlist(data) {
+ return request({
+ url: "/smartor/taskSchedule/getTaskScheduleDeptList",
+ method: "post",
+ data: data,
+ });
+}
// 鍒犻櫎绉戝鐥呭尯妯℃澘鍒嗙被
export function depthospgetsondel(id) {
return request({
@@ -209,6 +232,14 @@
method: "get",
});
}
+// 鍒犻櫎浠诲姟鑽搧鍏宠仈
+export function taskmedicaldel(data) {
+ return request({
+ url: `/smartor/taskmedical/remove`,
+ method: "post",
+ data: data,
+ });
+}
// 鍒犻櫎浠诲姟鎵嬫湳鍏宠仈
export function taskoperhospgetsondel(id) {
return request({
@@ -224,6 +255,14 @@
data: data,
});
}
+// 浠诲姟缁勭柧鐥呭叧鑱�
+export function rwztaskdiaggetlist(data) {
+ return request({
+ url: "/smartor/taskSchedule/getTaskScheduleDiagList",
+ method: "post",
+ data: data,
+ });
+}
// 鑾峰彇浠诲姟鎵嬫湳鍏宠仈
export function taskopergetlist(data) {
return request({
--
Gitblit v1.9.3