Parcourir la source

更新 航次列表初始化参数

wzh il y a 3 ans
Parent
commit
7fdbcbebb4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/voyage/voyageList.vue

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

@@ -621,7 +621,7 @@ let currentPage = ref(1);
 let term = ref("");
 let tableData = ref([]);
 let total = ref(0);
-let status = ref(0);
+let status = ref(3);
 let loginAccountId = ref("");
 let voyageListPostData = ref({});
 let cargoOwnerId = localStorage.userId;