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