فهرست منبع

定位缺少提示

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;