perf(X-Pack): Ticket 分页设置

This commit is contained in:
fit2cloud-chenyw
2025-01-03 17:55:10 +08:00
committed by fit2cloud-chenyw
parent ecae1ae3ab
commit e98ede674b
2 changed files with 1 additions and 1 deletions

View File

@@ -92,7 +92,6 @@ const handleLogin = () => {
cleanPlatformFlag()
loginApi(param)
.then(res => {
debugger
const { token, exp, mfa } = res.data
if (!isLdap && !xpackLoadFail.value && xpackInvalidPwd.value?.invokeMethod) {
const param = {

View File

@@ -282,6 +282,7 @@ const pageChange = index => {
}
const sizeChange = size => {
state.paginationConfig.pageSize = size
state.paginationConfig.currentPage = 1
loadTicketData()
}