Browse Source

[Bug][ui]Fix front-end bug #3413

pull/3/MERGE
break60 4 years ago
parent
commit
cd349c9c7f
  1. 3
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue

3
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue

@ -364,9 +364,10 @@
}
},
mounted () {
// Added delay loading in script input box
setTimeout(() => {
this._handlerEditor()
}, 200)
}, 350)
},
destroyed () {
if (editor) {

Loading…
Cancel
Save