Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Staticlibrary.vue
@@ -29,6 +29,7 @@ // 监听设备数据变化 onMounted(() => { eventBus.on('locationData', eventData => { console.log(eventData) if (eventData.deviceName === "静置输送线") { if (devices.length <= 0) { @@ -66,10 +67,6 @@ } } } // if (eventData.deviceName == "陈化1号堆垛机") { // StackerOne.deviceName = eventData.deviceName; // StackerOne.data = eventData.data // } }) }); </script>