From 5a06471e80a0a151a98ae0885b92503e0b8b14b6 Mon Sep 17 00:00:00 2001 From: zxm Date: Fri, 10 Jul 2020 15:48:12 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 3d404e08..df3a9ddb 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -621,7 +621,7 @@ class="yiyunwenjian_name" :title="foldergroup.folderGroupName" >{{ foldergroup.folderGroupName}} - {{foldergroup.childCount}}个项目 + {{foldergroup.childrenTotalCount}}个项目 @@ -2132,7 +2132,7 @@ export default { dialogNewSuperMapVisible: false, newSuperMap: { showName: "", description: "" }, mapAddress: "北京天安门", - isClient: true, // 是否是客户端 + isClient: false, // 是否是客户端 /**新建文件分组 start*/ dialogNewFolderGroup: false, //新建文件分组组弹窗 @@ -5999,7 +5999,7 @@ export default { var thisApp = this; var sourceData = evt.draggedContext.element; var targetData = evt.relatedContext.element; - if (targetData.folderGroupID == "myFile" || targetData.folderGroupID == "myComFile") { + if (!targetData && (targetData.folderGroupID == "myFile" || targetData.folderGroupID == "myComFile")){ targetData.folderID = this.nowFolder.folderID; } var draggableData = {};