From 4e7e300a3574db421aa833572cc3554160b8e88f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 05 Sep 2025 11:44:24 +0800
Subject: [PATCH] feat:任务管理边界

---
 src/views/resource/components/spotDetails.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/views/resource/components/spotDetails.vue b/src/views/resource/components/spotDetails.vue
index 06c273d..2395974 100644
--- a/src/views/resource/components/spotDetails.vue
+++ b/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;
 // 功能按钮区域相关:编辑图斑等

--
Gitblit v1.9.3