Skip to content

Commit

Permalink
Merge pull request #315 from WeBankFinTech/dev-1.0.0-rc
Browse files Browse the repository at this point in the history
Fix the problem that the field mapping is not saved
  • Loading branch information
Davidhua1996 authored Jun 30, 2022
2 parents c7471bb + 062810b commit 9a83ef3
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 9a83ef3

Please sign in to comment.