瀏覽代碼

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,