Commit dc2277f7 authored by 罗新东's avatar 罗新东

修改了视屏文件不能回显名称的bug

parent f9807f1e
Pipeline #7546 passed with stage
in 12 seconds
...@@ -672,6 +672,7 @@ export default { ...@@ -672,6 +672,7 @@ export default {
return { return {
...item, ...item,
url: item.filePath, url: item.filePath,
file:new File([],item['fileName'],{})
}; };
} }
); );
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment