From 535ac77278179da7f01280f28c67bc414ed783a4 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 19 八月 2025 14:02:22 +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