Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/roomtemperature.vue
@@ -25,7 +25,7 @@
   
      console.log(eventData)
    
    if (eventData.deviceName === "常温入库输送线") {
    if (eventData.deviceName.indexOf("常温") != -1) {
    if (devices.length <= 0) {
        devices.push({ deviceName: eventData.deviceName, data: eventData.data, childDeviceCode: eventData.data.childDeviceCode });
      }
@@ -41,7 +41,7 @@
    }
  })
  eventBus.on('stackerData', eventData => {
    if (eventData.deviceName.indexOf("常温")) {
    if (eventData.deviceName.indexOf("常温") != -1) {
      if (Stackers.length == 0) {
        Stackers.push({ deviceName: eventData.deviceName, data: eventData.data });
      }
@@ -58,6 +58,4 @@
  })
})
</script>
<style scoped>
</style>
<style scoped></style>