fix:巡检任务增加地图,养护通知单修改

This commit is contained in:
2025-01-02 16:36:30 +08:00
parent 172c2501cb
commit 6dd0ef6706
5 changed files with 298 additions and 12 deletions
+4 -2
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-14 10:46:23
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2025-01-02 10:33:02
* @LastEditTime: 2025-01-02 16:17:20
* @FilePath: \znxjxt-ui\src\components\map\fssm-map.vue
* @Description: 公共地图
-->
@@ -428,7 +428,9 @@ export default {
this.$emit("map-moveend", zoom);
});
// 图层选择事件
this.selectSingClick = new Select();
this.selectSingClick = new Select({
style: null,
});
map.addInteraction(this.selectSingClick);
this.selectSingClick.on("select", (e) => {
this.$emit("feature-select", e);