maxiaoxiao 8 mesiacov pred
rodič
commit
ac31b72556

+ 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: {