|
@@ -152,7 +152,6 @@ function validateAutoHeight(rule, value, callback) {
|
|
if (value === '') {
|
|
if (value === '') {
|
|
callback(new Error('请输入无人机高度'));
|
|
callback(new Error('请输入无人机高度'));
|
|
} else {
|
|
} else {
|
|
- debugger;
|
|
|
|
if (value > 50 && autoForm.value.uavType == "微型无人机") {
|
|
if (value > 50 && autoForm.value.uavType == "微型无人机") {
|
|
callback(new Error("微型无人机飞行高度不能超过50米"));
|
|
callback(new Error("微型无人机飞行高度不能超过50米"));
|
|
} else {
|
|
} else {
|
|
@@ -399,7 +398,6 @@ function handleClear() {
|
|
}
|
|
}
|
|
|
|
|
|
watch(() => mapStore.draw_geometry, (val) => {
|
|
watch(() => mapStore.draw_geometry, (val) => {
|
|
- debugger
|
|
|
|
getDrawGeometry()
|
|
getDrawGeometry()
|
|
}, {
|
|
}, {
|
|
deep: true
|
|
deep: true
|