Skip to content

Commit

Permalink
bug: 【流水线模板】模板实例的回滚功能需要跳转到模板,否则会引发出bug #8125
Browse files Browse the repository at this point in the history
  • Loading branch information
lockiechen committed Aug 6, 2024
1 parent db821fc commit fdd4e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
this.$refs.infiniteScroll?.updateList?.()
},
requestList ({ page }) {
return this.fetchList(page)
this.$refs.infiniteScroll?.updateList?.()
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@click="toggle(block.id)"
class="pipeline-group-classify-header"
:style="`top: ${block.stickyTop}`"
:key="block.title"
:key="block.id"
>
<i :class="['devops-icon', 'pipeline-group-item-icon', {
'icon-down-shape': block.show,
Expand Down

0 comments on commit fdd4e2b

Please sign in to comment.