Compare commits
No commits in common. "375d511c07cfbfedd1b202ef2634a40567f1d8ae" and "4d6ebe4af4e1a3239e300d1c95e66d4893fd43bd" have entirely different histories.
375d511c07
...
4d6ebe4af4
|
|
@ -98,7 +98,6 @@ export default class OverViewComponent extends BaseComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
public handleChange(data) {
|
public handleChange(data) {
|
||||||
console.log(data)
|
|
||||||
if(data.GroupID){
|
if(data.GroupID){
|
||||||
const currentData = (this.layerData.find(item=>item.value === data.GroupID)as any).data.find(item=>item.id === data.Id)
|
const currentData = (this.layerData.find(item=>item.value === data.GroupID)as any).data.find(item=>item.id === data.Id)
|
||||||
if(data.GroupID==="peo"){
|
if(data.GroupID==="peo"){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue