1.优化上料多端不同垛位时的数据同步

master
董哲奇 9 months ago
parent ed304bce4d
commit 3ce6bfd17f

@ -56,9 +56,10 @@ export default {
if (this.slGroup){
this.slGroup.destroyChildren()
}
console.log(this.currentDw.list)
this.dw[this.currentDwIndex].list.push(data)
this.drawBaiFang(this.dw[this.currentDwIndex].list)
}else {
this.dw[data.dwId].list.push(data)
}
})
},

Loading…
Cancel
Save