Skip to content

Commit 5ea719f

Browse files
ywywZhouluofann
authored andcommitted
fix: 新建轻应用获取流程没有重置offset问题修复 #7556
# Reviewed, transaction id: 17741
1 parent 2400987 commit 5ea719f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/desktop/src/pages/appmaker/AppEditDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@
528528
onCancel () {
529529
this.$emit('onEditCancel')
530530
this.veeErrors.clear()
531+
this.pagination.current = 1
531532
this.appTemplateEmpty = false
532533
},
533534
resetAppData () {

0 commit comments

Comments
 (0)