소스 검색

更新 货主id参数

wzh 3 년 전
부모
커밋
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 loginAccountId = ref("");
 let voyageListPostData = ref({});
+let cargoOwnerId = localStorage.userId;
 async function getVoyageList(type) {
   tableData.value = [];
   currentPage.value = type || currentPage.value;