From 2575f3a2fdb49b9de0e4b08fddec12e1e9df6e01 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 19 八月 2025 09:32:40 +0800
Subject: [PATCH] 统计页面数据接入

---
 src/api/AiCentre/indicator.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/AiCentre/indicator.js b/src/api/AiCentre/indicator.js
index 695c223..3bd93f2 100644
--- a/src/api/AiCentre/indicator.js
+++ b/src/api/AiCentre/indicator.js
@@ -23,6 +23,13 @@
     method: "get",
   });
 }
+// 鎸囨爣缁熻
+export function Labelstatistics(Id) {
+  return request({
+    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
+    method: "get",
+  });
+}
 // 淇敼鎸囨爣鍙婂叾鍏宠仈閫夐」
 export function gettargetInfoedit(data) {
   return request({

--
Gitblit v1.9.3