update 调整大病人数类型

This commit is contained in:
zk
2024-07-02 10:35:46 +08:00
parent 8551369cfb
commit 9e8a5da257
6 changed files with 5 additions and 10 deletions
-1
View File
@@ -195,7 +195,6 @@ export const Map = {
createAircraft(result: ResultType[]) {
this.removeOverlayGroup();
this.clearActiveHospital();
// debugger;
if (!Array.isArray(result) && result.length == 0) return;
this.createAirRange(result);
let that = this;