diff --git a/src/views/common/RelatedVoyage.vue b/src/views/common/RelatedVoyage.vue index d5d94d9..7e11b58 100644 --- a/src/views/common/RelatedVoyage.vue +++ b/src/views/common/RelatedVoyage.vue @@ -193,9 +193,8 @@ const onConfirm = () => { } onMounted(() => { - getParamsList() - voyageList() if (props.rescueId) { + getParamsList() dataList() } })