Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#919 from cnlkl/issue_914
Browse files Browse the repository at this point in the history
bug: 修复扫描报告详情页无法进入 TencentBlueKing#914
  • Loading branch information
owenlxu committed Jul 11, 2023
2 parents 6e74ac0 + 7855aae commit 177f77c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
this.handlerPaginationChange()
},
showArtiReport ({ recordId, name, status }) {
if (status !== 'SUCCESS') return
if (!['UN_QUALITY', 'QUALITY_PASS', 'QUALITY_UNPASS'].includes(status)) return
this.$router.push({
name: 'artiReport',
params: {
Expand Down

0 comments on commit 177f77c

Please sign in to comment.