This commit is contained in:
joylink_zhaoerwei 2023-09-22 15:43:35 +08:00
parent f04d74e660
commit 4104017e31
2 changed files with 0 additions and 2 deletions

View File

@ -133,7 +133,6 @@ watch(
appSelectedGraphicsId !== undefined &&
isArraysEqual(selectGraphicId, appSelectedGraphicsId)
) {
selectGraphic.forEach((g) => g.updateSelected(true));
return;
}
const deviceFilter = lineStore.selectedGraphics?.filter((g) => {

View File

@ -159,7 +159,6 @@ watch(
appSelectedGraphicsId !== undefined &&
isArraysEqual(selectGraphicId, appSelectedGraphicsId)
) {
selectGraphic.forEach((g) => g.updateSelected(true));
return;
}
const deviceFilter = lineStore.selectedGraphics?.filter((g) => {