From 38461fd32f33e13911c5d6407a591764136864ea Mon Sep 17 00:00:00 2001 From: jiayu Date: Fri, 20 Sep 2024 15:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E8=AE=BE=E5=A4=87=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20=E6=8E=A5=E5=8F=A3=E6=B7=BB=E5=8A=A0type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../digitalConstruction/smartSafeHat/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue b/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue index eb57c3b..80556fd 100644 --- a/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue +++ b/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue @@ -869,6 +869,7 @@ let yData2 = ref([0, 0, 0, 0, 0, 0, 0] as any); //静默报警 let yData3 = ref([0, 0, 0, 0, 0, 0, 0] as any); //围栏报警 function getWeekAlarmData() { let data = { + type: 1, // 设备类型(1:安全帽;2:安全带) projectSn: store.sn }; getWeekAlarmDataApi(data).then(res => { @@ -1175,6 +1176,7 @@ function getFenceList() { // 智能安全帽--查询设备状态 function getFenceType() { let data = { + type: 1, // 设备类型(1:安全帽;2:安全带) projectSn: store.sn }; getSafeHatTypeTotalApi(data).then(res => { @@ -1237,6 +1239,7 @@ function getCrewListData() { } let data = { online: onlineType, + type: 1, // 设备类型(1:安全帽;2:安全带) projectSn: store.sn }; console.log("👇智能安全帽--分类查询设备列表--查询参数"); @@ -1294,7 +1297,7 @@ function getProgressListData() { // pageNo: pagInfo.value.pageNo, // pageSize: pagInfo.value.pageSize, devSns: alarmDevSn.value, - + type: 1, // 设备类型(1:安全帽;2:安全带) projectSn: store.sn }; getAlarmRecordInfoApi(data).then(res => {