Skip to content

Commit 3d501b2

Browse files
fix 大小写错误
1 parent fcaad91 commit 3d501b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/mapping/WebMapV2Base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export function createWebMapV2BaseExtending(SuperClass = Events, fireField = 'tr
497497
}
498498

499499
getEchartsLayerById(layerId) {
500-
return this.echartsLayer.find(layer => layer.layerId === layerId);
500+
return this.echartslayer.find(layer => layer.id === layerId);
501501
}
502502

503503
getDashStyle(str, strokeWidth = 1, type = 'array') {

0 commit comments

Comments
 (0)