标准/译文申请 分页

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() this.$refs.addModalRef.addModel()
}, },
pageChange (page) { pageChange (page) {
this.questionSerach.page = page this.page = page
this.getList() this.getList()
}, },
pageSizeChange (pageSize) { pageSizeChange (pageSize) {
this.questionSerach.pageSize = pageSize this.pageSize = pageSize
this.getList() this.getList()
}, },
cancel () { cancel () {
@@ -465,11 +465,11 @@ export default {
this.$refs.standardsAndTranslationModalRef.showModal() this.$refs.standardsAndTranslationModalRef.showModal()
}, },
pageChange (page) { pageChange (page) {
this.questionSerach.page = page this.StandardApplyForEOPage.page = page
this.getList() this.getList()
}, },
pageSizeChange (pageSize) { pageSizeChange (pageSize) {
this.questionSerach.pageSize = pageSize this.StandardApplyForEOPage.pageSize = pageSize
this.getList() this.getList()
}, },
handleSelectionChange (value) { handleSelectionChange (value) {