|
|
@@ -407,6 +407,7 @@
|
|
|
window.Echo.channel(this.allTaskBroadcastName).listen(this.channelName,(msg)=> {
|
|
|
console.log('2:',(new Date()).toTimeString(),msg);
|
|
|
let stationTasksIn = JSON.parse(msg.json);
|
|
|
+ console.log(stationTasksIn);
|
|
|
if(!stationTasksIn||stationTasksIn.length===0)return;
|
|
|
stationTasksIn.forEach(function(stationTaskIn){
|
|
|
let stationTaskIn_toAdd=stationTaskIn;
|