From cd9dae5c7db49c3dba61609e7188a6b29a635c08 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 12 Dec 2022 10:01:43 +0800
Subject: [PATCH] 修改绑定参数
---
src/api/inspectStatistics.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/inspectStatistics.js b/src/api/inspectStatistics.js
index be733aa..29dc83b 100644
--- a/src/api/inspectStatistics.js
+++ b/src/api/inspectStatistics.js
@@ -33,3 +33,14 @@
data
})
}
+
+export function getDepApplyToday(data) {
+ return request({
+ headers: {
+ 'Authorization': getToken()
+ },
+ url: process.env.BASE_API + '/specialWork/statistic/getCountByDep',
+ method: 'post',
+ data
+ })
+}
--
Gitblit v1.9.2