lxh hace 2 días
padre
commit
d847b31763
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/vent/safetyList/common/detail.vue

+ 1 - 1
src/views/vent/safetyList/common/detail.vue

@@ -799,7 +799,7 @@ async function handleClick(data) {
 
 //获取分站实时监测信息
 async function getSubStationList() {
-  let res = await subStationList({ strtype: 'modbus' });
+  let res = await subStationList({ strtype: 'modbus',reqparam:'158' });
   if (res.length != 0) {
     cardList.value = res;
     stationId.value = stationId.value ? stationId.value : cardList.value[0].id