@@ -621,7 +621,7 @@ let currentPage = ref(1);
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;