航次地图轨迹增加按船舶筛选

This commit is contained in:
hym 2026-04-06 11:22:09 +08:00
parent efe6cd18a3
commit 5207a0662f
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ export default {
// //
gitShipVoyage(params = {}) { gitShipVoyage(params = {}) {
shipVoyage(params).then(res => { shipVoyage(params).then(res => {
if (params.start || params.end) { if (params.start || params.end || params.ship_name) {
// //
setMapLayoutProperty('voyageMap_ship', 'none') setMapLayoutProperty('voyageMap_ship', 'none')
} }