111
This commit is contained in:
parent
5f94d9fb97
commit
971f1f0fd4
|
@ -119,7 +119,7 @@
|
||||||
v-for="(item, index) in jbfwqTotal"
|
v-for="(item, index) in jbfwqTotal"
|
||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<div class="jbggfwq_content_item_left">{{ item.name }}</div>
|
<div class="jbggfwq_content_item_left">{{ item.name}}</div>
|
||||||
<div class="jbggfwq_content_item_right">
|
<div class="jbggfwq_content_item_right">
|
||||||
<div
|
<div
|
||||||
class="jbggfwq_content_item_right_item"
|
class="jbggfwq_content_item_right_item"
|
||||||
|
@ -2070,7 +2070,7 @@ const changeFwq = async (id, name, names) => {
|
||||||
); //中心点缩放
|
); //中心点缩放
|
||||||
}, 500);
|
}, 500);
|
||||||
} else {
|
} else {
|
||||||
console.log("无数据11");
|
console.log('无数据11');
|
||||||
ElMessage.warning("无数据");
|
ElMessage.warning("无数据");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2192,7 +2192,7 @@ const addggfwq = () => {
|
||||||
// console.log("最大距离:", maxDistance,data.zoomLevel);
|
// console.log("最大距离:", maxDistance,data.zoomLevel);
|
||||||
drawACircle(maxDistance);
|
drawACircle(maxDistance);
|
||||||
} else {
|
} else {
|
||||||
ElMessage.warning("无数据");
|
ElMessage.warning("无数据");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
//计算两点之间直线距离
|
//计算两点之间直线距离
|
||||||
|
|
Loading…
Reference in New Issue