Browse Source

修改需求

bill 2 năm trước cách đây
mục cha
commit
7d26ed7ca2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();