mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix: 关闭文件后无法再次打开
This commit is contained in:
parent
7bfc43c85f
commit
915a5ed7d5
@ -1066,7 +1066,7 @@ export default {
|
||||
|
||||
browseFolder(id, shakeId = null) {
|
||||
if (id > 0) {
|
||||
if (this.$route.params.folderId == id) {
|
||||
if (this.pid == id && this.fid == 0 && shakeId) {
|
||||
this.shakeFile(shakeId);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user