From e8d946a82907aa530ff086987d3ec7d2c04a90d2 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期二, 15 十一月 2022 13:09:55 +0800 Subject: [PATCH] 默认更改列表 --- src/api/inspectStatistics.js | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/api/inspectStatistics.js b/src/api/inspectStatistics.js index a4047ad..29dc83b 100644 --- a/src/api/inspectStatistics.js +++ b/src/api/inspectStatistics.js @@ -22,3 +22,25 @@ data }) } + +export function getInspectTask(data) { + return request({ + headers: { + 'Authorization': getToken() + }, + url: process.env.BASE_API + '/prevent/riskEvent/statistics/inspection-task', + method: 'post', + 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