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() {