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) { 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("所选网格没有标绘!")
} }
}, },