|
@@ -103,7 +103,6 @@
|
|
value: item.id,
|
|
value: item.id,
|
|
})
|
|
})
|
|
})
|
|
})
|
|
- console.log(halls)
|
|
|
|
this.halls = halls
|
|
this.halls = halls
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -128,7 +127,6 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
searchExhibitorsList() {
|
|
searchExhibitorsList() {
|
|
- console.log(this.searchCategoryId)
|
|
|
|
this.exhibitorsParams.application_areas_id = this.searchApplicationAreas || ''
|
|
this.exhibitorsParams.application_areas_id = this.searchApplicationAreas || ''
|
|
this.exhibitorsParams.product_cate_id = this.searchCategoryId || ''
|
|
this.exhibitorsParams.product_cate_id = this.searchCategoryId || ''
|
|
this.exhibitorsParams.hall = this.searchHall || ''
|
|
this.exhibitorsParams.hall = this.searchHall || ''
|