From d90b45d7e9e38e34c044b772006004f2a4cb8b8e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 26 六月 2026 13:51:50 +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 da1bec6..97a0648 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -94,6 +94,14 @@
data: data,
});
}
+// 涓撶梾缁熻鏌ヨ
+export function getSpecialSfStatistics(data) {
+ return request({
+ url: "/smartor/serviceSubtask/getSpecialSfStatistics",
+ method: "post",
+ data: data,
+ });
+}
// 婊℃剰搴︾粺璁�
export function getSfStatisticsJoy(data) {
return request({
--
Gitblit v1.9.3