@@ -109,10 +109,6 @@ const Newuser = Form.create()(React.createClass({
return false;
}
- if(this.state.mobile.length>11){
- message.warning("用户名不能超过11位");
- return false;
- }
let theorgCodeUrl = [];
if (this.state.orgCodeUrl.length) {
let picArr = [];