fix: 新建流程页面分页无效的问题

saber
ssc 4 years ago
parent df43602b3e
commit d22af96f50
  1. 2
      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;

Loading…
Cancel
Save