From d22af96f50decceedaf4e7e7ed461bdc1b718db5 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Sat, 2 Apr 2022 15:52:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=BB=BA=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=88=86=E9=A1=B5=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/process/start.vue | 2 ++ 1 file changed, 2 insertions(+) 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;