|
@@ -338,6 +338,7 @@ const Newuser = Form.create()(React.createClass({
|
|
|
this.state.duty=undefined;
|
|
|
this.state.position=undefined;
|
|
|
this.state.station=undefined;
|
|
|
+ this.state.contactMobile='';
|
|
|
this.state.email='';
|
|
|
this.state.superiorId='';
|
|
|
this.state.superior='';
|