From 9fe04f4d9567a4de97f5f25d36557ab70b833782 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 15 九月 2025 08:37:38 +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