| src/views/resource/components/spotDetails.vue | ●●●●● 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);