Parcourir la source

更新 货主id参数

wzh il y a 3 ans
Parent
commit
d1e34ecdea
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;