1 拿到所有的可以选择的支行
2拿到选中的值在查询的方法里面
根据网点查询人员
3根据姓名精准查询
如果没有写成e.target.value会出现SyntheticEvent问题
https://facebook.github.io/react/docs/events.html
This reference guide documents theSyntheticEventwrapper that forms part of React's Event System. See theHandling Eventsguide to learn more.
handleConfirmBlur=(e)=>{constvalue=e.target.value;this.setState({confirmDirty:this.state.confirmDirty||!!value});}
4所在网点和岗位名称查询