微调
This commit is contained in:
parent
f04d74e660
commit
4104017e31
@ -133,7 +133,6 @@ watch(
|
||||
appSelectedGraphicsId !== undefined &&
|
||||
isArraysEqual(selectGraphicId, appSelectedGraphicsId)
|
||||
) {
|
||||
selectGraphic.forEach((g) => g.updateSelected(true));
|
||||
return;
|
||||
}
|
||||
const deviceFilter = lineStore.selectedGraphics?.filter((g) => {
|
||||
|
@ -159,7 +159,6 @@ watch(
|
||||
appSelectedGraphicsId !== undefined &&
|
||||
isArraysEqual(selectGraphicId, appSelectedGraphicsId)
|
||||
) {
|
||||
selectGraphic.forEach((g) => g.updateSelected(true));
|
||||
return;
|
||||
}
|
||||
const deviceFilter = lineStore.selectedGraphics?.filter((g) => {
|
||||
|
Loading…
Reference in New Issue
Block a user