fix: 文件管理,选择路径弹出框没有清空历史数据 的BUG

This commit is contained in:
zhengkunwang223 2022-12-04 13:06:02 +08:00 committed by zhengkunwang223
parent 31791a96fc
commit 5bb7fb7a3f

View file

@ -115,6 +115,7 @@ const search = async (req: File.ReqFile) => {
onMounted(() => {
req.path = props.path;
rowName.value = '';
search(req);
});