src/tabviews/zshare/topSearch/index.jsx
@@ -216,7 +216,6 @@ })( <Select showSearch // allowClear={true} onChange={(value) => {this.selectChange(item, value)}} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} getPopupContainer={() => document.getElementById(this.state.formId)}