|
@@ -490,8 +490,9 @@ export default {
|
|
|
this.targetPoints[id].displayY = y;
|
|
|
}
|
|
|
});
|
|
|
- this.targetPoints.forEach((key) => {
|
|
|
- const id = key;
|
|
|
+ this.targetPoints.forEach((item) => {
|
|
|
+ const id = item.id;
|
|
|
+ console.log(item, id, 999999);
|
|
|
if (!currentIds.has(id)) {
|
|
|
delete this.targetPoints[id];
|
|
|
}
|