Explorar el Código

海域使用权图表添加判断

maxiaoxiao hace 1 año
padre
commit
12676ce62e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Query/clickQuery/CockpitVector.vue

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

@@ -39,7 +39,7 @@
         >
         </el-table-column>
       </el-table>
-      <div id="seaTransferCharts" ref="echartsRef" v-if="store.state.vectordataid !=0"></div>
+      <div id="seaTransferCharts" ref="echartsRef" v-if="store.state.vectordataid"></div>
     </div>
   </div>
 </template>