소스 검색

fix:三合一空间切换10s

anxiaoxia 1 개월 전
부모
커밋
30ae028420
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/envmonitor/taiguv1/components/Screen/index.vue

+ 1 - 2
src/views/envmonitor/taiguv1/components/Screen/index.vue

@@ -97,9 +97,8 @@ const setScreenStatus = (type, value) => {
     screenData.value.runStatus = value
     const equipListFirst = props.equipList[0]
     equipListFirst.inCloudSet = value
-    //  console.log(equipListFirst,'equipListFirst');
 
-    const params = deviceControl.assemblyScreenCommand(screenData.value[type], type, equipListFirst)
+    const params = deviceControl.assemblyScreenCommand(screenData.value[type], type, props.equipList)
     deviceControl.sendCommands(params)
 }