fix: 搜索文件选择在上层文件夹中显示时如果已经当前文件夹时没有反应的问题

This commit is contained in:
kuaifan 2022-11-09 14:00:39 +08:00
parent 440aa64fae
commit 6112d6950a

View File

@ -1125,6 +1125,7 @@ export default {
break;
case 'upperFolder':
this.searchKey = '';
this.browseFolder(item.pid)
break;