|
|
@@ -2091,8 +2091,12 @@ export default { |
|
|
|
}, |
|
|
|
mounted: function() { |
|
|
|
window["refreshFiles"]=()=>{ |
|
|
|
this.listFiles(); |
|
|
|
} |
|
|
|
if(this.dbClickSelectedFolderGroupData!=null && JSON.stringify(this.dbClickSelectedFolderGroupData)!='{}'){ |
|
|
|
this.intoFoldergroup(); |
|
|
|
}else{ |
|
|
|
this.listFiles(); |
|
|
|
} |
|
|
|
} |
|
|
|
window.addEventListener("scroll", this.onscroll, true); |
|
|
|
this.loadProjManager(); |
|
|
|
this.loadSettings(); |
|
|
|