fix:导出功能,大屏修改跟车
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @Author: SunTao 328867980@qq.com
|
||||
* @Date: 2024-10-14 10:46:23
|
||||
* @LastEditors: SunTao 328867980@qq.com
|
||||
* @LastEditTime: 2024-11-14 16:58:34
|
||||
* @FilePath: \znxjxt-ui\src\views\xj\inspection\task-management\components\fssm-map.vue
|
||||
* @LastEditTime: 2024-12-03 10:56:51
|
||||
* @FilePath: \znxjxt-ui\src\components\map\fssm-map.vue
|
||||
* @Description: 公共地图
|
||||
-->
|
||||
|
||||
@@ -453,8 +453,6 @@ export default {
|
||||
this.drawend(e);
|
||||
});
|
||||
modify.on("modifyend", (e) => {
|
||||
console.log(11111111);
|
||||
|
||||
e.features.forEach((feature) => {
|
||||
this.drawMarkers = feature.getGeometry().getCoordinates().flat();
|
||||
this.$emit("endEoordinate", this.drawMarkers);
|
||||
|
||||
Reference in New Issue
Block a user