mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-25 11:39:16 +08:00
fix: 文件管理,选择路径弹出框没有清空历史数据 的BUG
This commit is contained in:
parent
31791a96fc
commit
5bb7fb7a3f
@ -115,6 +115,7 @@ const search = async (req: File.ReqFile) => {
|
||||
|
||||
onMounted(() => {
|
||||
req.path = props.path;
|
||||
rowName.value = '';
|
||||
search(req);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user