Skip to content

Commit

Permalink
fix: 文件分发任务,能点击导出日志且有打包中的状态 TencentBlueKing#2360
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Aug 23, 2023
1 parent 6b9af3f commit c6c9b2d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@
return !this.isPopoverShowFlag && !this.isLogDownloaded && this.isPackageing;
},
},
watch: {
isFile() {
if (this.isFile) {
this.popperInstance.disable();
} else {
this.popperInstance.enable();
}
},
},
created() {
this.isPackageing = false;
// api 标记重新打包
Expand Down

0 comments on commit c6c9b2d

Please sign in to comment.