Skip to content

Commit

Permalink
feature: 流水线日志支持AI修复 TencentBlueKing#10913
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxu33 committed Sep 20, 2024
1 parent 30ca7e8 commit e47fc52
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@
handleGetPraiseAiInfo (item) {
const scrollRef = this.$refs.scroll
this.getPraiseAiInfo()
this.getPraiseAiInfo({
...this.postData
})
.then((res) => {
item.goodUsers = res.goodUsers
item.badUsers = res.badUsers
Expand Down

0 comments on commit e47fc52

Please sign in to comment.