|
@@ -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();
|
|
|
}
|
|
|
}
|
|
|
},
|