标准/译文申请 分页

This commit is contained in:
baoyu
2024-03-29 15:22:43 +08:00
parent 469cbaf0bb
commit 003dc16adf
2 changed files with 4 additions and 4 deletions
@@ -270,11 +270,11 @@ export default {
this.$refs.addModalRef.addModel()
},
pageChange (page) {
this.questionSerach.page = page
this.page = page
this.getList()
},
pageSizeChange (pageSize) {
this.questionSerach.pageSize = pageSize
this.pageSize = pageSize
this.getList()
},
cancel () {
@@ -465,11 +465,11 @@ export default {
this.$refs.standardsAndTranslationModalRef.showModal()
},
pageChange (page) {
this.questionSerach.page = page
this.StandardApplyForEOPage.page = page
this.getList()
},
pageSizeChange (pageSize) {
this.questionSerach.pageSize = pageSize
this.StandardApplyForEOPage.pageSize = pageSize
this.getList()
},
handleSelectionChange (value) {