|
@@ -2669,6 +2669,7 @@ export default { |
|
|
*/ |
|
|
*/ |
|
|
changeWorkdata (i) { |
|
|
changeWorkdata (i) { |
|
|
this.currentPageType = i; |
|
|
this.currentPageType = i; |
|
|
|
|
|
this.dbClickSelectedFolderGroupData = {}//切换我的文件和工作文件 清空双击的文件分组对象 |
|
|
if (this.currentPageType == 0) { |
|
|
if (this.currentPageType == 0) { |
|
|
// 加载我的文件 |
|
|
// 加载我的文件 |
|
|
this.myFilesList = this.folderFileList.listMyFiles; |
|
|
this.myFilesList = this.folderFileList.listMyFiles; |
|
|