|
@@ -303,9 +303,9 @@ export default {
|
|
|
isMajor:true,
|
|
|
year: this.selected.selectNian.toString(),
|
|
|
marjors: this.selected.curMarjors.one.name + ',' + this.selected.curMarjors.two.name + ',' + this.selected.curMarjors.three.join(','),
|
|
|
- locations: this.selected.locations.toString(),
|
|
|
+ location: this.selected.locations.toString(),
|
|
|
features: this.selected.features.toString(),
|
|
|
- types: this.selected.types.toString(),
|
|
|
+ type: this.selected.types.toString(),
|
|
|
pageNum: this.pageNum,
|
|
|
pageSize: this.pageSize
|
|
|
})
|