From 150f58e0f2b71d69f10482e9ed6e593555b3180a Mon Sep 17 00:00:00 2001 From: zxf <1532322479@qq.com> Date: Tue, 30 Dec 2025 14:12:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/workflow/work/own.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/views/workflow/work/own.vue b/admin/src/views/workflow/work/own.vue index 9e0643e..835c839 100644 --- a/admin/src/views/workflow/work/own.vue +++ b/admin/src/views/workflow/work/own.vue @@ -201,7 +201,7 @@ export default { /** 查询流程定义列表 */ getList() { this.loading = true; - listOwnProcess(this.addDateRange(this.queryParams, this.dateRange)).then(response => { + listOwnProcess(this.addDateRange(this.queryParams, this.dateRange).params).then(response => { this.ownProcessList = response.list; this.total = response.total; this.loading = false;