Sfoglia il codice sorgente

进尺与瓦斯涌出更新

lxh 5 mesi fa
parent
commit
5851426ed4

+ 1 - 1
src/views/vent/monitorManager/footageMonitor/components/moduleCommon.vue

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