page 改为30
This commit is contained in:
parent
a347a2a38f
commit
abe786d155
|
|
@ -80,7 +80,7 @@ export default {
|
||||||
categoryList: [],
|
categoryList: [],
|
||||||
tableData: {
|
tableData: {
|
||||||
page: 0,
|
page: 0,
|
||||||
size: 10,
|
size: 30,
|
||||||
total: 0,
|
total: 0,
|
||||||
loading: false,
|
loading: false,
|
||||||
list: []
|
list: []
|
||||||
|
|
@ -114,7 +114,7 @@ export default {
|
||||||
this.searhForm.name = ''
|
this.searhForm.name = ''
|
||||||
this.searhForm.category = ''
|
this.searhForm.category = ''
|
||||||
this.tableData.page = 0
|
this.tableData.page = 0
|
||||||
this.tableData.size = 10
|
this.tableData.size = 30
|
||||||
this.tableData.list = []
|
this.tableData.list = []
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue