From fb2ea334b91d392870668b5e337007ee6aa2f01e Mon Sep 17 00:00:00 2001 From: GoldenZqqq <1361001127@qq.com> Date: Thu, 17 Oct 2024 15:36:15 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E6=8C=89=E5=9B=9E=E8=BD=A6=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/model/index_new.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/bpm/model/index_new.vue b/src/views/bpm/model/index_new.vue index c0224fa0..3098054f 100644 --- a/src/views/bpm/model/index_new.vue +++ b/src/views/bpm/model/index_new.vue @@ -10,6 +10,7 @@ ref="queryFormRef" :inline="true" label-width="68px" + @submit.prevent > Date: Thu, 17 Oct 2024 16:18:02 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=BC=83=E7=94=A8el-collapse?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=94=B9=E7=94=A8el-collapse-transi?= =?UTF-8?q?tion=E4=BB=A3=E6=9B=BF=EF=BC=8C=E6=8F=90=E9=AB=98=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E8=87=AA=E5=AE=9A=E4=B9=89=E7=A8=8B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/model/CategoryDraggableModel.vue | 159 +++++++----------- 1 file changed, 64 insertions(+), 95 deletions(-) diff --git a/src/views/bpm/model/CategoryDraggableModel.vue b/src/views/bpm/model/CategoryDraggableModel.vue index d30ff6d2..bff690f9 100644 --- a/src/views/bpm/model/CategoryDraggableModel.vue +++ b/src/views/bpm/model/CategoryDraggableModel.vue @@ -1,76 +1,66 @@