|
@@ -309,7 +309,7 @@ const api = ref("");
|
|
|
const router = useRouter();
|
|
const router = useRouter();
|
|
|
|
|
|
|
|
const currentPage = ref(1);
|
|
const currentPage = ref(1);
|
|
|
-const pageSize = ref(10);
|
|
|
|
|
|
|
+const pageSize = ref(100);
|
|
|
const total = ref(0);
|
|
const total = ref(0);
|
|
|
const tableData = reactive({ list: [] });
|
|
const tableData = reactive({ list: [] });
|
|
|
|
|
|