From 2736806c9fbccb6e3fdf981a6f48a9343e21fa4a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 19 八月 2026 15:33:10 +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