Skip to content

Commit

Permalink
Merge pull request #312 from mingfengwang/dev-1.0.0-rc
Browse files Browse the repository at this point in the history
LGTM.
  • Loading branch information
FinalTarget authored Jun 30, 2022
2 parents 1b667f4 + b800274 commit 062810b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/.fes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/pages/jobManagement/components/jobDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export default {
this.activeIndex = 0;
this.curTask = this.list[this.activeIndex];
this.addEnable = this.curTask.transforms.addEnable;
this.updateSourceInfo(this.curTask);
this.updateSourceInfo(this.curTask, true)
// this.updateSinkInfo(this.curTask); 当sink和source都有值的时候,请求的结果是一致的,所以省去一次多余重复请求
}
} catch (error) {
Expand Down

0 comments on commit 062810b

Please sign in to comment.