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