From 8fc1138d2f2115121fd15b679ca1a20fc2ba838a Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 02 四月 2026 13:37:40 +0800
Subject: [PATCH] 绩效管理:工时汇总对接MES数据&人员考勤调整
---
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 ad8d3ce..850ab66 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -195,3 +195,11 @@
params: query,
});
}
+
+// 鑾峰彇鐢ㄦ埛鍒楄〃
+export function selectAllUser() {
+ return request({
+ url: "/system/newUser/selectAllUser",
+ method: "get",
+ });
+}
--
Gitblit v1.9.3