wanshenmean
2025-04-16 29f20b28392d212c04c0c40a512894f8622cfa53
CodeManagement/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/hightemperature.vue
@@ -24,7 +24,7 @@
    // console.log(eventData)
    console.log(eventData)
    if (eventData.deviceName.indexOf("老化") != -1) {
    if (eventData.deviceName.indexOf("高温") != -1) {
      if (devices.length <= 0) {
        devices.push({ deviceName: eventData.deviceName, data: eventData.data, childDeviceCode: eventData.data.childDeviceCode });
      }
@@ -40,7 +40,7 @@
    }
  })
  eventBus.on('stackerData', eventData => {
    if (eventData.deviceName.indexOf("老化") != -1) {
    if (eventData.deviceName.indexOf("高温") != -1) {
      if (Stackers.length == 0) {
        Stackers.push({ deviceName: eventData.deviceName, data: eventData.data });
      }