Skip to content

Commit

Permalink
Merge pull request #69 from Kabimon/feature/ui_refactory
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
mingfengwang authored Feb 26, 2022
2 parents e6773e6 + 5cae6d2 commit 4e3bbe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/pages/jobManagement/components/executionLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ export default defineComponent({
clearInterval(showLogTimer)
} else {
lastRows.value = ''
if (!pauseLog.pauseIsEnd) {
//if (!pauseLog.pauseIsEnd) {
/*resetData({
endLine: pauseLog.pauseEndLine,
isEnd: pauseLog.pauseIsEnd
})*/
changeData(curLogId)
}
changeData(curLogId)
//}
}
}
Expand Down

0 comments on commit 4e3bbe2

Please sign in to comment.