From 15371b329484632c987e349e50f41cab90d3ae8c Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 15 四月 2026 09:28:25 +0800
Subject: [PATCH] 测试完成

---
 src/api/system/user.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 53e4168..6d5b155 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -102,6 +102,14 @@
     data: data,
   });
 }
+// 寤剁画鎶ょ悊缁熻
+export function getContinueNerseCount(data) {
+  return request({
+    url: "/smartor/serviceSubtask/getContinueNerseCount",
+    method: "post",
+    data: data,
+  });
+}
 // 婊℃剰搴︾粺璁¤鎯�
 export function getSfStatisticsJoyInfo(data) {
   return request({

--
Gitblit v1.9.3