소스 검색

修改需求

bill 2 년 전
부모
커밋
7d26ed7ca2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/taggings/list.vue

+ 1 - 1
src/views/taggings/list.vue

@@ -69,7 +69,7 @@ const projectId = computed(() => Number(router.currentRoute.value.params.id));
 const pagination = reactive({
   current: 1,
   total: 0,
-  pageSize: 12,
+  pageSize: 10,
   onChange: (current: number) => {
     pagination.current = current;
     updateMaterials();