|
|
@@ -2133,16 +2133,16 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.isSizeNumberResults = result[0]["isSizeNumberResults"];
|
|
|
- // if (this.model.wordAddress!=='' && this.model.wordAddress!==null){
|
|
|
- // this.searchKeyWordsysBusinessHall(this.model.wordAddress,'wordAddress');
|
|
|
- // }
|
|
|
- //
|
|
|
- // if (this.hallName!=='' && this.hallName!==null){
|
|
|
- // this.searchKeyWordsysBusinessHall('中国电信'+this.hallName,'businessAddress');
|
|
|
- // }
|
|
|
- // if (this.model.currentAddress!=='' && this.model.currentAddress!==null){
|
|
|
- // this.searchKeyWordsysBusinessHall(this.model.currentAddress,'currentAddress');
|
|
|
- // }
|
|
|
+ if (this.model.wordAddress!=='' && this.model.wordAddress!==null){
|
|
|
+ this.searchKeyWordsysBusinessHall(this.model.wordAddress,'wordAddress');
|
|
|
+ }
|
|
|
+
|
|
|
+ if (this.hallName!=='' && this.hallName!==null){
|
|
|
+ this.searchKeyWordsysBusinessHall('中国电信'+this.hallName,'businessAddress');
|
|
|
+ }
|
|
|
+ if (this.model.currentAddress!=='' && this.model.currentAddress!==null){
|
|
|
+ this.searchKeyWordsysBusinessHall(this.model.currentAddress,'currentAddress');
|
|
|
+ }
|
|
|
if (info===''){
|
|
|
this.model.id=null;
|
|
|
}
|