From cd349c9c7f78ddaa8a65b91cdbbeabb407964492 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Wed, 5 Aug 2020 13:39:58 +0800 Subject: [PATCH] [Bug][ui]Fix front-end bug #3413 --- .../js/conf/home/pages/dag/_source/formModel/tasks/shell.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue index 7a462a1f27..712a2081b7 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue +++ b/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) {