From 05cc616cfce060e9addcb1a0d9a0de828f690414 Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: Wed, 29 Jun 2022 21:34:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20--=20=E4=BF=AE=E5=A4=8D=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=88=97=E8=A1=A8=E8=8E=B7=E5=8F=96=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E4=BF=A1=E6=81=AF=E9=94=99=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/workflow/work/own.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/workflow/work/own.vue b/ruoyi-ui/src/views/workflow/work/own.vue index 0f6deeb6..343a3bec 100644 --- a/ruoyi-ui/src/views/workflow/work/own.vue +++ b/ruoyi-ui/src/views/workflow/work/own.vue @@ -165,7 +165,7 @@ export default { methods: { /** 查询流程分类列表 */ getCategoryList() { - listAllCategory().then(response => this.categoryOptions = response.rows) + listAllCategory().then(response => this.categoryOptions = response.data) }, /** 查询流程定义列表 */ getList() {