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