Browse Source

Merge branch 'test' of http://192.168.2.236:10080/zhouna/platformFront into test

Luolei 6 years ago
parent
commit
de516f030d
2 changed files with 2 additions and 5 deletions
  1. 2 4
      src/components/icss/BloodPressTagGroup.vue
  2. 0 1
      src/components/icss/PubTagGroup.vue

+ 2 - 4
src/components/icss/BloodPressTagGroup.vue

@@ -113,9 +113,7 @@ export default {
     },
     watch: {
         pool(newVal, preVal) {
-            if (JSON.stringify(newVal) != JSON.stringify(preVal)) {
-                this.leftTagsList = newVal
-            }
+          this.leftTagsList = newVal
         },
         searchVal(newVal, preVal){
             if(newVal.trim() == ''){
@@ -133,7 +131,7 @@ export default {
                     this.rightTagsList2 = [];
                     this.selectRightTagsList = [];
                     this.searchVal = '';
-                     this.searchTagList();
+                    //  this.searchTagList();
                 }
             }
         },

+ 0 - 1
src/components/icss/PubTagGroup.vue

@@ -323,7 +323,6 @@ export default {
       })
     },
     searchTagList() {
-      console.log(999)
       let region1 = this.form.region1, region2 = this.form.region2;
       let param1 = !!region2 ? api.getGroupParams(region2): {};
       let param2 = {