|
@@ -359,6 +359,8 @@ const getRegionsPointsList = (value: number, show: boolean) => {
|
|
});
|
|
});
|
|
monitoringId.value = monitoringPointData.value[0].id;
|
|
monitoringId.value = monitoringPointData.value[0].id;
|
|
selectId.value = monitoringPointData.value[0].regionId;
|
|
selectId.value = monitoringPointData.value[0].regionId;
|
|
|
|
+ } else {
|
|
|
|
+ selectId.value = data[0].id;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|