sunyize há 2 anos atrás
pai
commit
b4b04650a4
1 ficheiros alterados com 10 adições e 10 exclusões
  1. 10 10
      src/views/networkAccess/registration.vue

+ 10 - 10
src/views/networkAccess/registration.vue

@@ -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;
                 }