Skip to content

Commit

Permalink
Merge pull request WeBankFinTech#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 5d76cab + b83e642 commit 40d9c4a
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 40d9c4a

Please sign in to comment.