From bbc656a26ca83c75191c24e87b04cec12b00e292 Mon Sep 17 00:00:00 2001 From: Myles Date: Thu, 10 Apr 2025 11:33:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=BB=E5=8A=A1]:=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E5=88=86=E7=B1=BB=E4=B8=8E=E6=B5=81=E7=A8=8B=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E6=96=B0=E5=A2=9E=E8=81=94=E5=8A=A8?= 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, 2 insertions(+) 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 = '新增流程'; };