Pārlūkot izejas kodu

Fix the problem of data echo in script edit box

break60 5 gadi atpakaļ
vecāks
revīzija
5bff786e7c

+ 0 - 1
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/python.vue

@@ -162,7 +162,6 @@
             return {id: v}
           }),
           localParams: this.localParams,
-          rawScript: editor ? editor.getValue() : ''
         }
       }
     },

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

@@ -222,7 +222,6 @@
             return {id: v}
           }),
           localParams: this.localParams,
-          rawScript: editor ? editor.getValue() : ''
         }
       }
     },

+ 1 - 1
dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js

@@ -115,7 +115,7 @@ export default {
   'SQL Type': 'sql类型',
   'Title': '主题',
   'Please enter the title of email': '请输入邮件主题',
-  'Table': '表',
+  'Table': '表',
   'Attachment': '附件',
   'SQL Parameter': 'sql参数',
   'SQL Statement': 'sql语句',