|
@@ -1471,7 +1471,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
keyupInfoSelect() {
|
|
keyupInfoSelect() {
|
|
|
- if (this.model.cardNo === '') {
|
|
|
|
|
|
|
+ if (this.model.cardNo === '' ||this.model.cardNo===undefined ) {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
this.closeCurrent();
|
|
this.closeCurrent();
|
|
@@ -1535,16 +1535,16 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
this.isSizeNumberResults = result[i]["isSizeNumberResults"];
|
|
this.isSizeNumberResults = result[i]["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===''){
|
|
if (info===''){
|
|
|
this.model.id=null;
|
|
this.model.id=null;
|
|
|
}
|
|
}
|