From e9e8a2eaaf96ff3f1e3fea2fb44aa393a7e7157a Mon Sep 17 00:00:00 2001 From: Myles Date: Mon, 14 Apr 2025 13:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/processDefinition/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '新增流程';