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