@@ -192,6 +192,9 @@ export default {
})
},
go(item) {
+ if(!item.geom){
+ this.$message.warning( "缺少定位图斑" );
+ }
store.setVectordataid(item.dataid)
let arr = [];
const that = this;