fix: incorrect default pagination number of attachment list

pull/890/head
Ryan Wang 2023-02-27 14:14:22 +08:00
parent de2612da27
commit 58be3bb334
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ function handleClearFilters() {
const keyword = ref<string>("");
const page = ref<number>(1);
const size = ref<number>(20);
const size = ref<number>(60);
const {
attachments,