|
@@ -248,12 +248,10 @@
|
|
|
},
|
|
},
|
|
|
onChange () {
|
|
onChange () {
|
|
|
this.associate.activeIndex = null
|
|
this.associate.activeIndex = null
|
|
|
- console.log(this.isInit)
|
|
|
|
|
if (!this.keyword) {
|
|
if (!this.keyword) {
|
|
|
this.associate.show = false
|
|
this.associate.show = false
|
|
|
this.$store.dispatch('resetSearchKeywords')
|
|
this.$store.dispatch('resetSearchKeywords')
|
|
|
} else {
|
|
} else {
|
|
|
- console.log(1)
|
|
|
|
|
if (!this.isInit) {
|
|
if (!this.isInit) {
|
|
|
this.searchKeywords()
|
|
this.searchKeywords()
|
|
|
} else {
|
|
} else {
|