|
|
|
@ -75,6 +75,7 @@ export default {
|
|
|
|
|
this.pgdGroup.add(group)
|
|
|
|
|
},
|
|
|
|
|
pgdClick(option){
|
|
|
|
|
console.log(option)
|
|
|
|
|
const children=this.dwGroup.find('Group')
|
|
|
|
|
let index=-1
|
|
|
|
|
let dw=null
|
|
|
|
@ -86,13 +87,13 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
children[index].selected()
|
|
|
|
|
!!dw&&children[index].selected()
|
|
|
|
|
|
|
|
|
|
this.initDwInfo(index,dw)
|
|
|
|
|
const that=this
|
|
|
|
|
this.slGroup.children.forEach(item=>{
|
|
|
|
|
const data=item.getAttr('item')
|
|
|
|
|
if (data.czbh===option.dcCh&&data.pl===option.dcPl&&data.fd===option.dcFd&&data.tlth===option.tzbh){
|
|
|
|
|
if (data.czbh===option.dcCh&&data.pl===option.dcPl&&data.tlth===option.tzbh){
|
|
|
|
|
const imageObj = new Image();
|
|
|
|
|
imageObj.src = require('@/assets/pwan/gbSelectBg.png');
|
|
|
|
|
imageObj.onload = function () {
|
|
|
|
|