|
@@ -121,7 +121,6 @@ export default {
|
|
|
},
|
|
|
watch: {
|
|
|
pool(newVal, preVal) {
|
|
|
- console.log('asasdasdas1111')
|
|
|
if (JSON.stringify(newVal) != JSON.stringify(preVal)) {
|
|
|
this.leftTagsList = newVal
|
|
|
}
|
|
@@ -129,7 +128,6 @@ export default {
|
|
|
tipLis(newVal, preVal) {
|
|
|
console.log(newVal,preVal)
|
|
|
if (JSON.stringify(newVal) != JSON.stringify(preVal)) {
|
|
|
- console.log('asasdasdas')
|
|
|
this.currentTipLis = newVal
|
|
|
}
|
|
|
},
|
|
@@ -140,11 +138,6 @@ export default {
|
|
|
this.searchTagList()
|
|
|
}
|
|
|
},
|
|
|
- sexType(newVal, preVal) {
|
|
|
-
|
|
|
- },
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
selectLeftTag(tag, index, e) {
|