|
@@ -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
|