From f869ec125c69bcc7f01fd77b106c801f0d3beb95 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 23 Aug 2024 14:09:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=BD=E5=B7=A5=E7=AE=A1=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/construction/manage/personManage.js | 9 +++++ .../manage/personManage/personManage.vue | 40 +++++++++++++++---- 2 files changed, 41 insertions(+), 8 deletions(-) diff --git a/src/api/construction/manage/personManage.js b/src/api/construction/manage/personManage.js index d470198..7093550 100644 --- a/src/api/construction/manage/personManage.js +++ b/src/api/construction/manage/personManage.js @@ -69,4 +69,13 @@ export function getHistoryGj(query) { method: 'get', params: query }) +} + +/* 今日施工班组/施工人数/安全帽信息 */ +export function getWorkInfo(query) { + return request({ + url: '/bracelet/consControl/getWorkInfo', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/construction/manage/personManage/personManage.vue b/src/views/construction/manage/personManage/personManage.vue index a6c3d89..bb095c0 100644 --- a/src/views/construction/manage/personManage/personManage.vue +++ b/src/views/construction/manage/personManage/personManage.vue @@ -111,7 +111,8 @@ - + - + @@ -174,7 +176,7 @@