@@ -291,7 +291,7 @@ export default {
async function getVoyageDetail() {
let res = await api.getVoyageDetail({
- type: 2,
+ type: 1,
voyageId: route.query.id,
});