mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
perf(X-Pack): Ticket 分页设置
This commit is contained in:
committed by
fit2cloud-chenyw
parent
ecae1ae3ab
commit
e98ede674b
@@ -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 = {
|
||||
|
||||
@@ -282,6 +282,7 @@ const pageChange = index => {
|
||||
}
|
||||
const sizeChange = size => {
|
||||
state.paginationConfig.pageSize = size
|
||||
state.paginationConfig.currentPage = 1
|
||||
loadTicketData()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user