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 | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index e36895b..7323579 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -195,6 +195,13 @@
data: data,
});
}
+export function taskmedicallist(data) {
+ return request({
+ url: "/smartor/taskmedical/list",
+ method: "post",
+ data: data,
+ });
+}
//浠诲姟缁勭瀹ょ梾鍖烘ā鏉垮叧鑱旀煡璇�
export function rwztaskdepthospgetsonlist(data) {
@@ -225,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({
--
Gitblit v1.9.3