26807
This commit is contained in:
@@ -130,7 +130,7 @@ export default {
|
|||||||
if (val?.points?.length > 0) {
|
if (val?.points?.length > 0) {
|
||||||
path = val.points.map(e => [e.lng, e.lat])
|
path = val.points.map(e => [e.lng, e.lat])
|
||||||
this.renderGridMap([path])
|
this.renderGridMap([path])
|
||||||
} else {
|
} else if (val.girdLevel === '2') {
|
||||||
this.$message.error("所选网格没有标绘!")
|
this.$message.error("所选网格没有标绘!")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user