无人机管理后台前端(已迁走)
张含笑
2025-09-04 b0ff813ec5f5285799a936d8ff9529e3699af2d5
feat:清除实体
1 files modified
1 ■■■■ changed files
src/views/resource/components/spotDetails.vue 1 ●●●● patch | view | raw | blame | history
src/views/resource/components/spotDetails.vue
@@ -278,6 +278,7 @@
};
// 初始化所有图斑
const entitiesAddSpot = () => {
 viewer?.entities.removeAll();  //清除旧实体
  tableData.value.forEach(item => {
    // 取出当中经纬度
    const numbersWithCommas = item.dkfw.match(/\d+(\.\d+)?/g);