瀏覽代碼

定位缺少提示

maxiaoxiao 9 月之前
父節點
當前提交
26ccdef239
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;