|
|
@@ -619,6 +619,7 @@ let total = ref(0);
|
|
|
let status = ref(0);
|
|
|
let loginAccountId = ref("");
|
|
|
let voyageListPostData = ref({});
|
|
|
+let cargoOwnerId = localStorage.userId;
|
|
|
async function getVoyageList(type) {
|
|
|
tableData.value = [];
|
|
|
currentPage.value = type || currentPage.value;
|