1 拿到所有的可以選擇的支行


2拿到選中的值在查詢的方法里面
根據(jù)網(wǎng)點(diǎn)查詢?nèi)藛T

3根據(jù)姓名精準(zhǔn)查詢
如果沒有寫成e.target.value會(huì)出現(xiàn)SyntheticEvent問(wèn)題
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所在網(wǎng)點(diǎn)和崗位名稱查詢


