Selaa lähdekoodia

更新 航次列表初始化参数

wzh 3 vuotta sitten
vanhempi
commit
7fdbcbebb4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;