diff --git a/src/views/workflow/processDefinition/index.vue b/src/views/workflow/processDefinition/index.vue index 789041d..9851c61 100644 --- a/src/views/workflow/processDefinition/index.vue +++ b/src/views/workflow/processDefinition/index.vue @@ -466,6 +466,9 @@ const reset = () => { */ const handleAdd = async () => { reset(); + if (queryParams.value.category != '') { + form.value.category = queryParams.value.category + } modelDialog.visible = true; modelDialog.title = '新增流程'; };