标准/译文申请 分页
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user