Kaynağa Gözat

[VersionBeta] V.1.0.0.0

[Adds]
1.优化文件和分组复制、转移其他工作
master
zxm 4 yıl önce
ebeveyn
işleme
ade3458806
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  1. +10
    -1
      src/views/main_web/workspace.vue

+ 10
- 1
src/views/main_web/workspace.vue Dosyayı Görüntüle

@@ -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+ 加载我的文件夹组