@@ -175,7 +175,7 @@ watchEffect(()=>{
props.optionValue && getCurveGraphDataList()
})
onMounted(async () => {
- await getMonitor(true)
+ await getMonitor()
});
onUnmounted(() => {
if (timer) {