소스 검색

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

houzekong 2 주 전
부모
커밋
be9d1c5d28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/vent/monitorManager/gasPumpMonitor/components/gasPumpHomeBD.vue

+ 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(