修改开始作业的状态
This commit is contained in:
@@ -804,6 +804,7 @@ class _MapPageEnterpriseState extends State<MapPageEnterprise> {
|
||||
_mapCenter = _getDefaultValidCenter(); // 仅用兜底坐标初始化地图中心
|
||||
|
||||
isDjMapShow = false;
|
||||
_workStatus = WorkStatus.idle;
|
||||
});
|
||||
_clearLocalData();
|
||||
|
||||
@@ -1643,6 +1644,7 @@ class _MapPageEnterpriseState extends State<MapPageEnterprise> {
|
||||
_selectedPlot = null;
|
||||
gcjPathPoints = [];
|
||||
gcjOuterPoints = [];
|
||||
_workStatus = WorkStatus.idle;
|
||||
});
|
||||
},
|
||||
icon: const Icon(Icons.close, color: Colors.grey, size: 20),
|
||||
|
||||
Reference in New Issue
Block a user