diff --git a/src/views/plugin/workflow/process/start.vue b/src/views/plugin/workflow/process/start.vue index 38add4b..9fd7f53 100644 --- a/src/views/plugin/workflow/process/start.vue +++ b/src/views/plugin/workflow/process/start.vue @@ -194,9 +194,11 @@ export default { }, currentChange(currentPage) { this.page.currentPage = currentPage; + this.onLoad(this.page, this.query) }, sizeChange(pageSize) { this.page.pageSize = pageSize; + this.onLoad(this.page, this.query) }, onLoad(page, params = {}) { this.loading = true;