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