king
2020-08-06 5ff2ee3b46a584368a6d2cebbe180abb1947f927
src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -4,9 +4,8 @@
import { dateOptions, matchReg, formRule } from '@/utils/option.js'
import EditTable from '../searcheditable'
import Utils from '@/utils/utils.js'
import CodeMirror from '@/templates/zshare/codemirror'
import './index.scss'
const { TextArea } = Input
const groupOptions = [
  {
@@ -478,7 +477,7 @@
                    message: this.props.dict['form.required.input'] + item.label + '!'
                  }
                ]
              })(<TextArea rows={4} />)}
              })(<CodeMirror />)}
            </Form.Item>
          </Col>
        )