Skip to content

Commit

Permalink
fix: 新建轻应用获取流程没有重置offset问题修复 TencentBlueKing#7556
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17741
  • Loading branch information
ywywZhou authored and luofann committed Sep 11, 2024
1 parent 2400987 commit 5ea719f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/desktop/src/pages/appmaker/AppEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@
onCancel () {
this.$emit('onEditCancel')
this.veeErrors.clear()
this.pagination.current = 1
this.appTemplateEmpty = false
},
resetAppData () {
Expand Down

0 comments on commit 5ea719f

Please sign in to comment.