bill il y a 1 an
Parent
commit
284faed449
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/view/map/coord.vue

+ 3 - 0
src/view/map/coord.vue

@@ -350,6 +350,9 @@ onBeforeUnmount(() => {
   board.polygon.bus.off("clickPoint", pointClickHandler);
   board.polygon.container.stage.off("click.checkPointSelect");
   board.polygon.status.lightPointId = null;
+
+  // treeRef.value.setCheckedNodes([]);
+  board.polygon.status.selectPoiIds = [];
 });
 </script>