This commit is contained in:
yanran200730
2022-01-18 14:35:14 +08:00
parent f8d5828960
commit f1231284d6

View File

@@ -130,7 +130,7 @@ export default {
if (val?.points?.length > 0) {
path = val.points.map(e => [e.lng, e.lat])
this.renderGridMap([path])
} else {
} else if (val.girdLevel === '2') {
this.$message.error("所选网格没有标绘!")
}
},