From b2a81c0ed6b11066d1d3a9623590e7460d6b0c5d Mon Sep 17 00:00:00 2001 From: zxm Date: Thu, 11 Jun 2020 14:33:57 +0800 Subject: [PATCH] [VersionBeta] V.1.0.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.优化文件分组最后一个不能拖动的问题和拖动事件 --- src/views/main_web/workspace.vue | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 18db3754..56d594c6 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -636,12 +636,10 @@ + @end="draggableEnd">
+ @end="draggableEnd">
-
+ @dblclick="intoFoldergroup(foldergroup)">
@@ -910,11 +902,8 @@ {{ foldergroup.folderGroupName}} {{foldergroup.childCount}}个项目 -
-
@@ -6059,7 +6048,7 @@ export default { } } thisApp.draggableData = draggableData - }, + }, /** * 拖拽完成发送请求 */