king
2022-03-03 2b45840e53d250f517874bea495bffaeda172807
src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -431,7 +431,7 @@
      let extra = null
      let initVal = item.initVal || ''
      if (item.type === 'text') { // 文本搜索
      if (item.type === 'text') {
        let type = this.record.type
        rules = [
          { required: item.required, message: dict['form.required.input'] + item.label + '!' }
@@ -501,7 +501,7 @@
        className = 'text-area'
        if (this.record.type === 'select' || this.record.type === 'link') {
          extra = <span className="add-row-empty" onClick={this.handleEmpty}>全部</span>
          extra = <span className="add-resource-empty" onClick={this.handleEmpty}>全部</span>
        }
        content = <CodeMirror />