无人机管理后台前端(已迁走)
张含笑
2025-09-05 4e7e300a3574db421aa833572cc3554160b8e88f
feat:任务管理边界
1 files modified
6 ■■■■ changed files
src/views/resource/components/spotDetails.vue 6 ●●●● patch | view | raw | blame | history
src/views/resource/components/spotDetails.vue
@@ -124,14 +124,11 @@
import { ElMessage, ElMessageBox } from 'element-plus';
import {
  patchEditApi,
  spotManagementTableApi,
  searchManagementApi,
  uploadManagementApi,
  tableMapListApi,
  deletePatches,
} from '@/api/patchManagement/index';
import { getCenterPoint } from '@/utils/cesium/mapUtil.js';
import { getPatchesSpotList } from '@/api/patchManagement/index';
import * as Cesium from 'cesium';
import { PublicCesium } from '@/utils/cesium/publicCesium';
import { ref, watch, onBeforeUnmount, onMounted } from 'vue';
@@ -150,7 +147,6 @@
const initialSpotTypeId = ref('');
const initialSpotTypeLabel = ref('');
// 当前选中的图斑面数据
let nowSelectObj = ref({});
// 记录上一次点击高亮
let lastHighlightRow = null;
// 功能按钮区域相关:编辑图斑等