sunyize 2 年之前
父節點
當前提交
b4b04650a4
共有 1 個文件被更改,包括 10 次插入10 次删除
  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;
                 }