From 5207a0662f5b535706146451d60c02d62428afdc Mon Sep 17 00:00:00 2001 From: hym Date: Mon, 6 Apr 2026 11:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=AA=E6=AC=A1=E5=9C=B0=E5=9B=BE=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9=E5=A2=9E=E5=8A=A0=E6=8C=89=E8=88=B9=E8=88=B6=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/ShipStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statistics/ShipStatistics.vue b/src/views/statistics/ShipStatistics.vue index e7257a2..268d536 100644 --- a/src/views/statistics/ShipStatistics.vue +++ b/src/views/statistics/ShipStatistics.vue @@ -240,7 +240,7 @@ export default { // 航次统计 gitShipVoyage(params = {}) { shipVoyage(params).then(res => { - if (params.start || params.end) { + if (params.start || params.end || params.ship_name) { // 按年份筛选数据,先隐藏所有图层,再根据筛选结果显示对应图层 setMapLayoutProperty('voyageMap_ship', 'none') }