From 4e3522a5da1242d3626a4c63b3e760cae337e34d Mon Sep 17 00:00:00 2001 From: lizhixian <18210040298@163.com> Date: Thu, 13 Feb 2025 14:15:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20formTypr=E7=9A=84=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/model/CategoryDraggableModel.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/bpm/model/CategoryDraggableModel.vue b/src/views/bpm/model/CategoryDraggableModel.vue index 4496ad48..27457936 100644 --- a/src/views/bpm/model/CategoryDraggableModel.vue +++ b/src/views/bpm/model/CategoryDraggableModel.vue @@ -472,9 +472,7 @@ const formDetailPreview = ref({ option: {} }) const handleFormDetail = async (row: any) => { - console.log(row) - - if (row.formType == 10) { + if (row.formType == BpmModelFormType.NORMAL) { // 设置表单 const data = await FormApi.getForm(row.formId) setConfAndFields2(formDetailPreview, data.conf, data.fields)