💊 fix: 修复订单条件清除时报错
This commit is contained in:
parent
c4234b9a57
commit
f0cc0e2c85
|
@ -535,7 +535,7 @@ export default class orderList extends React.Component {
|
|||
width="180px"
|
||||
value={this.state.option}
|
||||
onChange={(e) =>
|
||||
this.setState({ option: e, key_word: "", placeholder: e.placeholder })
|
||||
this.setState({ option: e, key_word: "", placeholder: e && e.placeholder })
|
||||
}
|
||||
disableSearch
|
||||
options={options}
|
||||
|
|
Loading…
Reference in New Issue