修改分页

This commit is contained in:
zyn
2023-04-13 17:12:36 +08:00
parent 4c4ccfaebd
commit 79e70e2333
@@ -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){