diff --git a/lib/features/home/presentation/widgets/map/testmap_pages.dart b/lib/features/home/presentation/widgets/map/testmap_pages.dart index ef5c0a67..2ebc2646 100644 --- a/lib/features/home/presentation/widgets/map/testmap_pages.dart +++ b/lib/features/home/presentation/widgets/map/testmap_pages.dart @@ -804,6 +804,7 @@ class _MapPageEnterpriseState extends State { _mapCenter = _getDefaultValidCenter(); // 仅用兜底坐标初始化地图中心 isDjMapShow = false; + _workStatus = WorkStatus.idle; }); _clearLocalData(); @@ -1643,6 +1644,7 @@ class _MapPageEnterpriseState extends State { _selectedPlot = null; gcjPathPoints = []; gcjOuterPoints = []; + _workStatus = WorkStatus.idle; }); }, icon: const Icon(Icons.close, color: Colors.grey, size: 20),