ソースを参照

定位缺少提示

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;