This commit is contained in:
“zouyf” 2024-11-11 16:56:56 +08:00
parent 163764cf1c
commit 1844af01da
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ const fileLoading = ref(false); // 常规作业loading
//
const BASE_LIMIT_COUT = 100; //
const BASE_LIMIT_COUT = 50; //
const pageNoMore = computed( () => {
if (pageParams.value.total < 1) {
return false;