mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: application page issue
This commit is contained in:
parent
f0ce039499
commit
b93c5ab80f
|
|
@ -640,6 +640,7 @@ function getFolder(bool?: boolean) {
|
|||
|
||||
function clickFolder(item: any) {
|
||||
folder.setCurrentFolder(item)
|
||||
paginationConfig.current_page = 1
|
||||
applicationList.value = []
|
||||
getList()
|
||||
}
|
||||
|
|
@ -649,11 +650,13 @@ function folderClickHandle(row: any) {
|
|||
return
|
||||
}
|
||||
folder.setCurrentFolder(row)
|
||||
paginationConfig.current_page = 1
|
||||
applicationList.value = []
|
||||
getList()
|
||||
}
|
||||
|
||||
function refreshFolder() {
|
||||
paginationConfig.current_page = 1
|
||||
applicationList.value = []
|
||||
getFolder()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue