Browse Source

定位缺少提示

maxiaoxiao 9 tháng trước cách đây
mục cha
commit
26ccdef239
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

+ 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;