|
@@ -350,11 +350,11 @@ export default {
|
|
// })
|
|
// })
|
|
this.topologyParser.imageLegendList.forEach(t => {
|
|
this.topologyParser.imageLegendList.forEach(t => {
|
|
let id = t.data.GraphElementId
|
|
let id = t.data.GraphElementId
|
|
- t.selected = res.indexOf(id) > -1
|
|
|
|
|
|
+ t.maskFlag = !(res.indexOf(id) > -1)
|
|
})
|
|
})
|
|
this.topologyParser.relationList.forEach(t => {
|
|
this.topologyParser.relationList.forEach(t => {
|
|
let id = t.data.GraphElementId
|
|
let id = t.data.GraphElementId
|
|
- t.selected = res.indexOf(id) > -1
|
|
|
|
|
|
+ t.maskFlag = !(res.indexOf(id) > -1)
|
|
})
|
|
})
|
|
})
|
|
})
|
|
}
|
|
}
|