刘磊
2025-06-09 8f6a1e8a01a518a384d22f0f773459be744a2a4d
Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Volume.vue
@@ -21,7 +21,7 @@
const num = reactive([])
onMounted(() => {
  eventBus.on('locationData', eventData => {
    if (eventData.deviceName === "分容3线入库输送线" || eventData.deviceName === "分容出库输送线") {
    if (eventData.deviceName.indexOf("分容") != -1) {
      if (devices.length <= 0) {
        devices.push({ deviceName: eventData.deviceName, data: eventData.data, childDeviceCode: eventData.data.childDeviceCode });
      }