mirror of https://github.com/1Panel-dev/1Panel
fix: 文件管理,选择路径弹出框没有清空历史数据 的BUG
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