| | |
| | | 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'; |
| | |
| | | const initialSpotTypeId = ref(''); |
| | | const initialSpotTypeLabel = ref(''); |
| | | // 当前选中的图斑面数据 |
| | | let nowSelectObj = ref({}); |
| | | // 记录上一次点击高亮 |
| | | let lastHighlightRow = null; |
| | | // 功能按钮区域相关:编辑图斑等 |