瀏覽代碼

清除查询

maxiaoxiao 8 月之前
父節點
當前提交
ac31b72556
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/Query/clickQuery/clickQuery.vue

+ 2 - 2
src/components/Query/clickQuery/clickQuery.vue

@@ -878,7 +878,7 @@ export default {
         case 3: {
           this.removeMapLayerQuery(); //清除
           clearTranslate();
-          pick_cockpit_vector.clear_data(); //矢量拾取清除
+          // pick_cockpit_vector.clear_data(); //矢量拾取清除
           this.$refs.MultiLevelQuery.clear_data(); //多级查询
 
           this.remove_query_click();
@@ -887,7 +887,7 @@ export default {
         }
         case 4: {
           //驾驶舱矢量数据点选查询
-          pick_cockpit_vector.init_handler();
+          // pick_cockpit_vector.init_handler();
           break;
         }
         case 5: {