This commit is contained in:
chenjinsong
2021-08-27 16:07:11 +08:00

View File

@@ -576,7 +576,7 @@ export default {
polygonTemplate.nonScalingStroke = true
polygonTemplate.strokeWidth = 0.5
}
} else {
} else if (response.code != 200) {
this.isError = true
this.noData = true
this.errorInfo = response.msg || response.message || 'Unknown'