修复后台文件管理器创建新文件夹后,右侧文件内容区域没有清空的问题

This commit is contained in:
pushuo 2022-12-22 11:31:22 +08:00
parent 83b468907b
commit 970419a175
1 changed files with 3 additions and 0 deletions

View File

@ -492,6 +492,9 @@
}, node);
this.$refs.tree.setCurrentKey(fileAllPathName)
this.folderCurrent = fileAllPathName;
this.images = [];
this.image_page = 1
this.image_total = 0
this.updateDefaultExpandedKeys(node.data, 'expand')
})
}