bill 1 năm trước cách đây
mục cha
commit
284faed449
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>