提交 5bff786e 编写于 作者: B break60

Fix the problem of data echo in script edit box

上级 8da2a50d
......@@ -162,7 +162,6 @@
return {id: v}
}),
localParams: this.localParams,
rawScript: editor ? editor.getValue() : ''
}
}
},
......
......@@ -222,7 +222,6 @@
return {id: v}
}),
localParams: this.localParams,
rawScript: editor ? editor.getValue() : ''
}
}
},
......
......@@ -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语句',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册