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