修复关闭面板之后 停止作业的逻辑

This commit is contained in:
mmc
2026-03-12 14:28:53 +08:00
parent e74e9b597f
commit 2cb4a9b6bc

View File

@@ -1658,6 +1658,7 @@ class _MapPageEnterpriseState extends State<MapPageEnterprise> {
_showControlModeWarn = false;
isStartWork = false;
});
_stopWork();
},
icon: const Icon(Icons.close, color: Colors.grey, size: 20),
padding: EdgeInsets.zero,