Commit 5bff786e authored by 向偲彪's avatar 向偲彪
Browse files

Fix the problem of data echo in script edit box

parent 8da2a50d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -162,7 +162,6 @@
            return {id: v}
          }),
          localParams: this.localParams,
          rawScript: editor ? editor.getValue() : ''
        }
      }
    },
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@
            return {id: v}
          }),
          localParams: this.localParams,
          rawScript: editor ? editor.getValue() : ''
        }
      }
    },
+1 −1
Original line number Diff line number Diff line
@@ -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语句',