CN-125 chart的no data和错误提示问题:map请求成功,无数据,显示错误提示问题修改
This commit is contained in:
@@ -575,7 +575,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'
|
||||
|
||||
Reference in New Issue
Block a user