|
|
@@ -243,8 +243,7 @@ |
|
|
|
class="list-group" |
|
|
|
:list="folderGroupBreads" |
|
|
|
group="group" |
|
|
|
id="bread1" |
|
|
|
> |
|
|
|
id="bread1"> |
|
|
|
<a |
|
|
|
class="list-group-item yywenjiantitle-text" |
|
|
|
v-for="item in folderGroupBreads" |
|
|
@@ -279,8 +278,7 @@ |
|
|
|
class="list-group" |
|
|
|
:list="folderGroupBreads" |
|
|
|
group="group" |
|
|
|
id="bread2" |
|
|
|
> |
|
|
|
id="bread2"> |
|
|
|
<a |
|
|
|
class="yywenjiantitle-text" |
|
|
|
v-for="item in folderGroupBreads" |
|
|
@@ -295,19 +293,20 @@ |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<div class="section_item section_item_aside_fl" v-if="isCommonPage"> |
|
|
|
<draggable group="group" id="bread3-0" :list="myComFileBreadNodeData"> |
|
|
|
<span |
|
|
|
class="yywenjiantitle fl" |
|
|
|
:class="{yyactive:true}" |
|
|
|
@click="breadNodeClickEvent(currentPageType,true)" |
|
|
|
>公共文件</span> |
|
|
|
</draggable> |
|
|
|
<span v-if="isShowBread" class="yiyun_text-title-workspace mr-20"> |
|
|
|
<i class="el-icon-arrow-left first-leftarrow fl"></i> |
|
|
|
<draggable |
|
|
|
class="list-group" |
|
|
|
:list="folderGroupBreads" |
|
|
|
group="group" |
|
|
|
id="bread3" |
|
|
|
> |
|
|
|
id="bread3"> |
|
|
|
<a |
|
|
|
class="list-group-item yywenjiantitle-text" |
|
|
|
v-for="item in folderGroupBreads" |
|
|
@@ -2128,7 +2127,7 @@ export default { |
|
|
|
dialogNewSuperMapVisible: false, |
|
|
|
newSuperMap: { showName: "", description: "" }, |
|
|
|
mapAddress: "北京天安门", |
|
|
|
isClient: true, // 是否是客户端 |
|
|
|
isClient: false, // 是否是客户端 |
|
|
|
|
|
|
|
/**新建文件分组 start*/ |
|
|
|
dialogNewFolderGroup: false, //新建文件分组组弹窗 |
|
|
@@ -2173,6 +2172,22 @@ export default { |
|
|
|
modifyUserID: "", |
|
|
|
superID: "" |
|
|
|
} |
|
|
|
], |
|
|
|
myComFileBreadNodeData: [ |
|
|
|
{ |
|
|
|
archID: null, |
|
|
|
childCount: 0, |
|
|
|
createTime: "", |
|
|
|
createUserID: "", |
|
|
|
deleted: 0, |
|
|
|
folderGroupID: "myComFile", |
|
|
|
folderGroupName: "公共文件", |
|
|
|
folderID: "", |
|
|
|
levelID: "", |
|
|
|
modifyTime: "", |
|
|
|
modifyUserID: "", |
|
|
|
superID: "" |
|
|
|
} |
|
|
|
] |
|
|
|
/**新建文件分组 end*/ |
|
|
|
}; |
|
|
@@ -5854,7 +5869,7 @@ export default { |
|
|
|
var thisApp = this; |
|
|
|
var sourceData = evt.draggedContext.element; |
|
|
|
var targetData = evt.relatedContext.element; |
|
|
|
if (targetData.folderGroupID == "myFile") { |
|
|
|
if (targetData.folderGroupID == "myFile" || targetData.folderGroupID == "myComFile") { |
|
|
|
targetData.folderID = this.nowFolder.folderID; |
|
|
|
} |
|
|
|
var draggableData = {}; |
|
|
|