|
@@ -264,6 +264,14 @@ const Unit = React.createClass({
|
|
|
// });
|
|
|
// thecompanyLogoUrl = picArr.join(',');
|
|
|
// }
|
|
|
+ if (this.state.businessScope&&this.state.businessScope.length>400) {
|
|
|
+ message.warning('业务范围字数为1~400!');
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ if (this.state.introduction&&this.state.introduction.length>400) {
|
|
|
+ message.warning('企业简介字数为1~512!');
|
|
|
+ return false;
|
|
|
+ }
|
|
|
let thequaliUrl = [];
|
|
|
if (this.state.qualiUrl.length) {
|
|
|
let picArr = [];
|