fix:去除点击总览地图线段显示右上角过滤弹窗功能

This commit is contained in:
2025-01-10 15:34:28 +08:00
parent fc7b760e4b
commit 88ff760930
+3 -3
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com * @Author: SunTao 328867980@qq.com
* @Date: 2024-10-17 11:34:00 * @Date: 2024-10-17 11:34:00
* @LastEditors: SunTao 328867980@qq.com * @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2025-01-08 14:31:54 * @LastEditTime: 2025-01-10 15:24:02
* @FilePath: \znxjxt-ui\src\views\big-screen\index.vue * @FilePath: \znxjxt-ui\src\views\big-screen\index.vue
* @Description: 大屏首页 * @Description: 大屏首页
--> -->
@@ -1372,8 +1372,8 @@ export default {
drawDefectPoint(item) { drawDefectPoint(item) {
this.defectMapPiont = item; this.defectMapPiont = item;
// 地图右上角多选按钮显示 // 地图右上角多选按钮显示
this.getIconType(); // this.getIconType();
this.showIconList = true; // this.showIconList = true;
// 地图打点\改变地图层级 // 地图打点\改变地图层级
// this.$nextTick(() => { // this.$nextTick(() => {
// const map = this.$refs.roadMap.instance.get("map"); // const map = this.$refs.roadMap.instance.get("map");