king
2020-12-16 06404e701a89955958cbf56213e2eec618d8644d
src/tabviews/custom/components/search/main-search/index.jsx
@@ -18,7 +18,6 @@
  static propTpyes = {
    BID: PropTypes.any,              // 父级Id
    config: PropTypes.object,        // 组件配置信息
    mainSearch: PropTypes.any,       // 外层搜索条件
    menuType: PropTypes.any,         // 菜单类型
    refreshdata: PropTypes.func      // 刷新数据
  }
@@ -451,7 +450,7 @@
                    message: this.state.dict['form.required.input'] + item.label + '!'
                  }
                ]
              })(<Input placeholder="" autoComplete="off" />)}
              })(<Input placeholder={item.labelShow === 'false' ? item.label : ''} autoComplete="off" />)}
            </Form.Item>
          </Col>
        )