Skip to content

Commit

Permalink
feat:推荐版本号优化 TencentBlueKing#10958
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20356
  • Loading branch information
useryuyu committed Oct 12, 2024
1 parent 8153cfd commit 6551ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
this.resetLoading = true
const { pipelineId, projectId, version } = this.$route.params
const { data } = await this.updateBuildNo({ projectId, pipelineId, currentBuildNo: this.resetBuildNo })
const { data } = await this.updateBuildNo({ projectId, pipelineId, currentBuildNo: this.buildNo.buildNo })
if (data) {
const pipelineRes = await this.fetchPipelineByVersion({ projectId, pipelineId, version })
Expand Down

0 comments on commit 6551ca7

Please sign in to comment.