From af604ad20e44684462830c3599b45f83fc33de7c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Thu, 26 Feb 2026 10:43:48 +0800
Subject: [PATCH] 修改
---
src/api/saftyCheck/index.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/saftyCheck/index.js b/src/api/saftyCheck/index.js
index e0e77e1..0dd20ad 100644
--- a/src/api/saftyCheck/index.js
+++ b/src/api/saftyCheck/index.js
@@ -23,3 +23,19 @@
params: params
})
}
+
+export function getDeptCheckData(params) {
+ return request({
+ url: '/system/dept/getDeptCheckData',
+ method: 'get',
+ params: params
+ })
+}
+
+export function getCheckCount(params) {
+ return request({
+ url: '/system/dailySafetyInspection/getCheckCount',
+ method: 'get',
+ params: params
+ })
+}
--
Gitblit v1.9.2