main
徐景良 2025-08-04 09:13:33 +08:00
parent 8796c81297
commit 0609f232ef
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
import 'mars3d-space';
import * as Cesium from 'mars3d-cesium';
import * as turf from '@turf/turf';
// import * as turf from '@turf/turf';
import airPolygon from './airPolygon.vue';
import airPointConfig from './airPointConfig.vue';
import { polygon } from '@turf/turf';

View File

@ -170,7 +170,7 @@ const formData = ref(null);
const toCreateWorkPlan = (data)=> {
formData.value = data;
planListShow.value = false;
// planListShow.value = false;
workPlanFormShow.value = true;
}