|
@@ -231,13 +231,14 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
this.loading = true
|
|
|
+ console.log(item.industry + '')
|
|
|
const data = {
|
|
|
appVersion: '',
|
|
|
area: item.area,
|
|
|
buyer: this.baseInfo.buyer,
|
|
|
buyerClass: item.buyer,
|
|
|
buyerContent: item.scope,
|
|
|
- industry: item.industry,
|
|
|
+ industry: item.industry + '',
|
|
|
maxPrice: Number(item.range.maxPrice),
|
|
|
minPrice: Number(item.range.minPrice),
|
|
|
mobileModel: '',
|