26807
This commit is contained in:
		| @@ -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("所选网格没有标绘!") | ||||
|       } | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user