wzh 3 лет назад
Родитель
Сommit
d1e34ecdea
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/voyage/voyageList.vue

+ 1 - 0
src/views/voyage/voyageList.vue

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