feat:新增事件打印
parent
b05d7fb1ce
commit
f9fec9731a
|
@ -96,6 +96,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