|
@@ -2798,7 +2798,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
if (info==='submit'){
|
|
if (info==='submit'){
|
|
|
if (this.industryQiTa!=='' || this.industryQiTa!==null){
|
|
if (this.industryQiTa!=='' || this.industryQiTa!==null){
|
|
|
- this.model.industry = this.industryQiTa;
|
|
|
|
|
|
|
+ if (this.model.industry==='其它'){
|
|
|
|
|
+ this.model.industry = this.industryQiTa;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (info==='submit'){
|
|
if (info==='submit'){
|