@@ -112,6 +112,15 @@ watch(
},
);
+watch(
+ () => props.monitoringPointData.length,
+ (count) => {
+ if (count) {
+ switchMonitoringList();
+ }
+ },
+);
+
const getMonitoringList = () => {
activeMonitoringType.value = -1;
standards.value = 0;