Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.修改实时刷新闪跳
master
zxm 4 years ago
parent
commit
e0b238f590
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/views/main_web/workspace.vue

+ 6
- 2
src/views/main_web/workspace.vue View File

@@ -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();