소스 검색

refactor: 参数更新

lixuan 3 주 전
부모
커밋
9fdbe25bdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/web-velofex/src/views/dashboard/home/application-management.vue

+ 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,