|
@@ -344,7 +344,6 @@ export default {
|
|
|
{
|
|
|
lineColor: '#34495e',
|
|
|
lineWidth: 1,
|
|
|
- polygonFill: codeToStatus.color,
|
|
|
polygonOpacity: 0.8
|
|
|
}
|
|
|
])
|
|
@@ -354,7 +353,6 @@ export default {
|
|
|
{
|
|
|
lineColor: 'green',
|
|
|
lineWidth: 1,
|
|
|
- polygonFill: codeToStatus.color,
|
|
|
polygonOpacity: 1
|
|
|
}
|
|
|
])
|
|
@@ -372,9 +370,7 @@ export default {
|
|
|
this.hisClickGeom.updateSymbol([
|
|
|
{
|
|
|
lineColor: '#34495e',
|
|
|
- lineWidth: 1,
|
|
|
- polygonFill: codeToStatus.color,
|
|
|
- polygonOpacity: 0.8
|
|
|
+ lineWidth: 1
|
|
|
}
|
|
|
])
|
|
|
this.hisClickGeom = null
|