|
|
@@ -4850,6 +4850,16 @@ export default { |
|
|
|
*/ |
|
|
|
copyAndMoveToOtherFile: function () { |
|
|
|
var thisApp = this; |
|
|
|
if(thisApp.dialogSelectedFolder==thisApp.BtnRightFile.folderID || thisApp.dialogSelectedFolder==thisApp.btnRightFoldergoup.folderID){ |
|
|
|
thisApp.$notify({ |
|
|
|
title: "温馨提示", |
|
|
|
message: "当前工作已存在,请选择其他工作", |
|
|
|
type: "success", |
|
|
|
offset: 100, |
|
|
|
duration: 2500 |
|
|
|
}); |
|
|
|
return |
|
|
|
} |
|
|
|
//移至/复制 文件操作 |
|
|
|
if(thisApp.strFileOrFoldergroup=='file'){ |
|
|
|
var file = thisApp.BtnRightFile; |
|
|
@@ -5819,7 +5829,6 @@ export default { |
|
|
|
//zxm+ 加载文件分组面包屑 |
|
|
|
this.folderGroupBreads = response.data.data.listBreadFolderGroups |
|
|
|
} |
|
|
|
console.log(this.folderGroupBreads) |
|
|
|
// // 加载我的文件 |
|
|
|
// this.myFilesList = response.data.data.listMyFiles; |
|
|
|
// //zxm+ 加载我的文件夹组 |
|
|
|