Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.刷新方法参数添加
new-cli
xzx 4 years ago
parent
commit
5d607525bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/main_web/workspace.vue

+ 1
- 1
src/views/main_web/workspace.vue View File

@@ -2221,7 +2221,7 @@ export default {
*/
refreshPages(){
if ( this.dbClickSelectedFolderGroupData != null && JSON.stringify(this.dbClickSelectedFolderGroupData) != "{}") {
this.intoFoldergroup();
this.intoFoldergroup(this.dbClickSelectedFolderGroupData);
} else {
this.listFiles();
}


Loading…
Cancel
Save