|
@@ -53,7 +53,7 @@
|
|
import ExhibitorItem from '@/pages/exhibitor/components/exhibitor-item.vue'
|
|
import ExhibitorItem from '@/pages/exhibitor/components/exhibitor-item.vue'
|
|
import NewsItem from '@/pages/news/components/news-item.vue'
|
|
import NewsItem from '@/pages/news/components/news-item.vue'
|
|
import ActivityItem from '@/pages/activity/components/activity-item.vue'
|
|
import ActivityItem from '@/pages/activity/components/activity-item.vue'
|
|
-
|
|
|
|
|
|
+
|
|
import { globalSearch, mettingList, exhibitorsList, exhibitorsProductList, exhibitorsNewsList, exhibitorsBoothActivityList, globalPollShow } from '@/api/exhibitor'
|
|
import { globalSearch, mettingList, exhibitorsList, exhibitorsProductList, exhibitorsNewsList, exhibitorsBoothActivityList, globalPollShow } from '@/api/exhibitor'
|
|
import DisclaimerText from '@/components/disclaimer-text/index.vue'
|
|
import DisclaimerText from '@/components/disclaimer-text/index.vue'
|
|
export default {
|
|
export default {
|
|
@@ -161,6 +161,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
onClickSearch() {
|
|
onClickSearch() {
|
|
|
|
+
|
|
this.listParams.page = 1
|
|
this.listParams.page = 1
|
|
this.listParams.keyword = this.searchKeyword
|
|
this.listParams.keyword = this.searchKeyword
|
|
this.exhibitorListParams = {...this.listParams}
|
|
this.exhibitorListParams = {...this.listParams}
|
|
@@ -214,7 +215,7 @@
|
|
this.exhibitorListLoading = false
|
|
this.exhibitorListLoading = false
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getExhibitList() { // 展品
|
|
|
|
|
|
+ getExhibitList() { // 展品
|
|
this.exhibitListLoading = true
|
|
this.exhibitListLoading = true
|
|
exhibitorsProductList(this.exhibitListParams).then(res => {
|
|
exhibitorsProductList(this.exhibitListParams).then(res => {
|
|
if (res.data.data) {
|
|
if (res.data.data) {
|