@@ -45,7 +45,7 @@
return {
value: '',
current: 1,
- size: 10,
+ size: 50,
name: '',
options: [],
loading: false,
@@ -77,7 +77,7 @@
params: this.$http.adornParams({
'current': this.current,
'size': this.size,
- 'productName': this.name
+ 'mapNumber': this.name
})
}).then(({data}) => {
if (data && data.code === '200') {