Compare commits
2 Commits
4d6ebe4af4
...
375d511c07
| Author | SHA1 | Date |
|---|---|---|
|
|
375d511c07 | |
|
|
f9fec9731a |
|
|
@ -98,6 +98,7 @@ export default class OverViewComponent extends BaseComponent {
|
|||
}
|
||||
|
||||
public handleChange(data) {
|
||||
console.log(data)
|
||||
if(data.GroupID){
|
||||
const currentData = (this.layerData.find(item=>item.value === data.GroupID)as any).data.find(item=>item.id === data.Id)
|
||||
if(data.GroupID==="peo"){
|
||||
|
|
|
|||
Loading…
Reference in New Issue