修复后台文件管理器创建新文件夹后,右侧文件内容区域没有清空的问题
This commit is contained in:
parent
83b468907b
commit
970419a175
|
|
@ -492,6 +492,9 @@
|
||||||
}, node);
|
}, node);
|
||||||
this.$refs.tree.setCurrentKey(fileAllPathName)
|
this.$refs.tree.setCurrentKey(fileAllPathName)
|
||||||
this.folderCurrent = fileAllPathName;
|
this.folderCurrent = fileAllPathName;
|
||||||
|
this.images = [];
|
||||||
|
this.image_page = 1
|
||||||
|
this.image_total = 0
|
||||||
this.updateDefaultExpandedKeys(node.data, 'expand')
|
this.updateDefaultExpandedKeys(node.data, 'expand')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue