【优化】调整角色分页大小

This commit is contained in:
cherishsince 2024-05-17 10:30:05 +08:00
parent 80746d20fd
commit da65de038e

View File

@ -55,10 +55,10 @@ const activeRole = ref<string>('my-role') // 选中的角色
const loadding = ref<boolean>(true) //
const search = ref<string>('') //
const myPageNo = ref<number>(1) // my
const myPageSize = ref<number>(50) // my
const myPageSize = ref<number>(20) // my
const myRoleList = ref<ChatRoleVO[]>([]) // my
const publicPageNo = ref<number>(1) // public
const publicPageSize = ref<number>(50) // public
const publicPageSize = ref<number>(20) // public
const publicRoleList = ref<ChatRoleVO[]>([]) // public
const activeCategory = ref<string>('') //
const categoryList = ref<string[]>([]) //