|
|
|
@ -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)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|