Browse Source

解决图斑窗口关闭,关闭右侧属性信息框

maxiaoxiao 1 year ago
parent
commit
7e3a1da9ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Query/clickQuery/clickQuery.vue

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

@@ -1,5 +1,5 @@
 <template>
-  <div class="sm-panel sm-function-module-query" v-show="PoinyQueryShow && !store.state.viewer_flag">
+  <div class="sm-panel sm-function-module-query" v-show="PoinyQueryShow && (store.state.cockpit_vector.title ? !store.state.viewer_flag : true)">
     <div class="sm-panel-header">
       <span>{{ Resource.PoinyQuery }}</span>
       <span class="closeBtn" @click="toggleVisibility">&times;</span>