zouyf_dev #397

Merged
zouyf merged 3 commits from zouyf_dev into main 2024-11-11 16:58:13 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1844af01da - Show all commits

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;