Browse Source

[Fix 0000] 修复了保德抽采泵过滤配置的规则不正确的问题

houzekong 2 weeks ago
parent
commit
be9d1c5d28

+ 1 - 1
src/views/vent/monitorManager/gasPumpMonitor/components/gasPumpHomeBD.vue

@@ -160,7 +160,7 @@
   }
 
   const configs = computed(() => {
-    return rawConfigs.value.filter((c) => c.deviceType === props.deviceId);
+    return rawConfigs.value.filter((c) => c.deviceType == props.deviceId);
   });
 
   watch(