|
@@ -98,10 +98,10 @@
|
|
|
this.keyword = ''
|
|
this.keyword = ''
|
|
|
this.getAttentionListArray(this.page)
|
|
this.getAttentionListArray(this.page)
|
|
|
},
|
|
},
|
|
|
- searchSeek() {
|
|
|
|
|
- this.page = 0
|
|
|
|
|
- this.attentionList = []
|
|
|
|
|
- this.getMoreSearch()
|
|
|
|
|
|
|
+ async searchSeek() {
|
|
|
|
|
+ this.page = 1
|
|
|
|
|
+ let {data} = await this.$http.get('/produce/kindConcern/kindList', { params: {keyword: this.keyword, count: 20, page: 1, enUU: this.$store.state.option.user.data.enterprise.uu} })
|
|
|
|
|
+ this.attentionList = data
|
|
|
},
|
|
},
|
|
|
attentionFn(kindConcern, index) {
|
|
attentionFn(kindConcern, index) {
|
|
|
let param = {
|
|
let param = {
|