diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 6cffad599..49369bcd8 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -505,7 +505,9 @@ getTableListReset() { let params = { paramsManifestId: this.$route.query.id, - userTypes: this.currentPersonRole + userTypes: this.currentPersonRole, + pageNo:this.pageNo, + pageSize:this.pageSize } this.loading = true this.$emit('listReset', '')