src/templates/zshare/verifycard/customscript/index.jsx
@@ -12,7 +12,6 @@ class CustomForm extends Component { static propTpyes = { type: PropTypes.any, dict: PropTypes.object, // 字典项 btn: PropTypes.object, // 按钮信息 usefulfields: PropTypes.string, // 可用字段 initsql: PropTypes.string, // sql前缀 @@ -335,7 +334,7 @@ rules: [ { required: true, message: this.props.dict['form.required.input'] + 'sql!' message: '请输入sql!' } ] })(<CodeMirror />)}