Przeglądaj źródła

更新 货主id参数

wzh 3 lat temu
rodzic
commit
d1e34ecdea
1 zmienionych plików z 1 dodań i 0 usunięć
  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 loginAccountId = ref("");
 let voyageListPostData = ref({});
+let cargoOwnerId = localStorage.userId;
 async function getVoyageList(type) {
   tableData.value = [];
   currentPage.value = type || currentPage.value;