maxiaoxiao 9 сар өмнө
parent
commit
26ccdef239

+ 3 - 0
src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

@@ -192,6 +192,9 @@ export default {
             })
         },
         go(item) {
+            if(!item.geom){
+                this.$message.warning( "缺少定位图斑" );
+            }
             store.setVectordataid(item.dataid)
             let arr = [];
             const that = this;