소스 검색

定位缺少提示

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;