@@ -717,7 +717,7 @@ let pageSize = ref(10);
let term = ref("");
let tableData = ref([]);
let total = ref(0);
-let status = ref(0);
+let status = ref(3);
let loginAccountId = ref("");
let voyageListPostData = ref({});
let cargoOwnerId = localStorage.userId;