Sfoglia il codice sorgente

refactor: 参数更新

lixuan 3 settimane fa
parent
commit
9fdbe25bdc

+ 1 - 1
apps/web-velofex/src/views/dashboard/home/application-management.vue

@@ -30,7 +30,7 @@ async function fetchApplicationList() {
     loading.value = true;
     const result = await getMyApplicationListApi({
       currentPage: 1,
-      pageSize: 10,
+      pageSize: 7,
       orderByProperty: 'name',
       Ascending: true,
       totalPage: 1,