perf: perf
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2025-07-09 03:08:06 +08:00
parent 543210bc64
commit 2196d82060
4 changed files with 4 additions and 4 deletions

View File

@ -257,7 +257,7 @@ const changeStateloading = ref(false)
const applicationList = ref<any[]>([])
const paginationConfig = reactive({
current_page: 1,
page_size: 30,
page_size: 20,
total: 0,
})
const workspaceOptions = ref<any[]>([])

View File

@ -165,7 +165,7 @@ const loading = ref(false)
const knowledgeList = ref<any[]>([])
const paginationConfig = reactive({
current_page: 1,
page_size: 30,
page_size: 20,
total: 0,
})
const workspaceOptions = ref<any[]>([])

View File

@ -198,7 +198,7 @@ const provider_list = ref<Array<Provider>>([])
const paginationConfig = reactive({
current_page: 1,
page_size: 30,
page_size: 20,
total: 0,
})

View File

@ -187,7 +187,7 @@ const changeStateloading = ref(false)
const toolList = ref<any[]>([])
const paginationConfig = reactive({
current_page: 1,
page_size: 30,
page_size: 20,
total: 0,
})
const workspaceOptions = ref<any[]>([])