浏览代码

更新 货主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;