Skip to content

Commit b93c5ab

Browse files
fix: application page issue
1 parent f0ce039 commit b93c5ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/views/application/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ function getFolder(bool?: boolean) {
640640
641641
function clickFolder(item: any) {
642642
folder.setCurrentFolder(item)
643+
paginationConfig.current_page = 1
643644
applicationList.value = []
644645
getList()
645646
}
@@ -649,11 +650,13 @@ function folderClickHandle(row: any) {
649650
return
650651
}
651652
folder.setCurrentFolder(row)
653+
paginationConfig.current_page = 1
652654
applicationList.value = []
653655
getList()
654656
}
655657
656658
function refreshFolder() {
659+
paginationConfig.current_page = 1
657660
applicationList.value = []
658661
getFolder()
659662
}

0 commit comments

Comments
 (0)