diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue index 84efeb290f..ceeed1303c 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue @@ -383,6 +383,7 @@ @on-switch-result="_onSwitchResult" :backfill-item="backfillItem" :nodeData="nodeData" + :postTasks="postTasks" > {{$t('Branch flow')}} - - + + @@ -53,7 +53,7 @@
{{$t('Branch flow')}}
- +
@@ -82,7 +82,7 @@ props: { nodeData: Object, backfillItem: Object, - rearList: Array + postTasks: Array }, methods: { editList (index) { @@ -90,7 +90,7 @@ const self = this const editor = codemirror(`code-switch-mirror${index}`, { mode: 'shell', - readOnly: this.isInstance + readOnly: this.isDetails }, this) editor.on('change', function () { const outputList = _.cloneDeep(self.dependItemList)