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