Browse Source

fix:三合一空间切换10s

anxiaoxia 3 weeks ago
parent
commit
30ae028420
1 changed files with 1 additions and 2 deletions
  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)
 }