findIndex 判断两个的条件,找出数组中的全等项。
const obj = this.gedianTable.findIndex(item => {
return item.longitude == this.targetLocation && item.latitude == this.targetLocationLat;
});
findIndex 判断两个的条件,找出数组中的全等项。
const obj = this.gedianTable.findIndex(item => {
return item.longitude == this.targetLocation && item.latitude == this.targetLocationLat;
});