We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce039 commit b93c5abCopy full SHA for b93c5ab
ui/src/views/application/index.vue
@@ -640,6 +640,7 @@ function getFolder(bool?: boolean) {
640
641
function clickFolder(item: any) {
642
folder.setCurrentFolder(item)
643
+ paginationConfig.current_page = 1
644
applicationList.value = []
645
getList()
646
}
@@ -649,11 +650,13 @@ function folderClickHandle(row: any) {
649
650
return
651
652
folder.setCurrentFolder(row)
653
654
655
656
657
658
function refreshFolder() {
659
660
661
getFolder()
662
0 commit comments