Prechádzať zdrojové kódy

查询清除级联查询

maxiaoxiao 6 mesiacov pred
rodič
commit
a92a75931b

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

@@ -907,11 +907,13 @@ export default {
         case 1: {
           this.mapQuerys("mapLayerQuery"); //图层点击事件
           this.remove_query_click();
+          this.$refs.MultiLevelQuery.clear_data();
           // viewer.entities.removeAll();
           break;
         }
         case 2: {
           this.mapQuerys("mapModelQuery");
+          this.$refs.MultiLevelQuery.clear_data();
           break;
         }
         case 3: {