From 0d547661edbf01b7b2f544183d36ca22a7a911a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Sat, 17 Sep 2022 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B(=E6=8C=87=E6=8C=A5?= =?UTF-8?q?=E4=B8=AD=E5=BF=83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/api/zhongjianFourth.js | 2 ++ .../projectAdmin/zjsj/command/leftTwo.vue | 23 +++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/assets/js/api/zhongjianFourth.js b/src/assets/js/api/zhongjianFourth.js index 6970970c..a73c46f6 100644 --- a/src/assets/js/api/zhongjianFourth.js +++ b/src/assets/js/api/zhongjianFourth.js @@ -3,6 +3,8 @@ /* --------------指挥中心------------ */ // 项目信息 export const listProjectInfo = data => post('xmgl/project/getProjectInfoBySn', data); +// 人员概览 +export const getPersonnelNumApi = data => get('xmgl/workerInfo/getPersonnelSituationNum',data) // 安全管理 export const resourceManagement = params => get('xmgl/hiddenDangerInspectRecord/getPollingFinishDays', params); // 质量管理-整改问题 diff --git a/src/views/projectAdmin/zjsj/command/leftTwo.vue b/src/views/projectAdmin/zjsj/command/leftTwo.vue index addaebb1..83cfc24c 100644 --- a/src/views/projectAdmin/zjsj/command/leftTwo.vue +++ b/src/views/projectAdmin/zjsj/command/leftTwo.vue @@ -6,18 +6,33 @@