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 }); }