Browse Source

perf(views): 修复“环境监控”列表关闭状态查询异常问题

wangshun 2 tuần trước cách đây
mục cha
commit
46f51d6a5c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/env-monitor/EnvMonitorList.vue

+ 1 - 0
src/views/env-monitor/EnvMonitorList.vue

@@ -133,6 +133,7 @@ const getMonitoringList = () => {
     }
   });
   monitoringPointList.value = props.monitoringPointData;
+  switchMonitoringList();
 };
 
 defineExpose({