修改分页
This commit is contained in:
@@ -147,11 +147,14 @@ export default {
|
||||
})
|
||||
},
|
||||
onSubmit(){
|
||||
this.currentPage = 1
|
||||
this.getDate()
|
||||
},
|
||||
onClear(){
|
||||
this.form.classification = ''
|
||||
this.form.problemDescription = ''
|
||||
this.pageSize = this.$store.getters.userInfo.configContent
|
||||
this.currentPage = 1
|
||||
this.getDate()
|
||||
},
|
||||
sizeChange(pageSize){
|
||||
|
||||
Reference in New Issue
Block a user