Explorar o código

更新 航次列表初始化参数

wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
c3b6b981a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/voyage/voyageList.vue

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

@@ -717,7 +717,7 @@ let pageSize = ref(10);
 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;