fix 文件上传bug

This commit is contained in:
不做码农
2022-01-14 18:31:21 +08:00
parent cae7347624
commit b8e4cd2421

View File

@@ -256,7 +256,7 @@ export default {
// 重置数据表单
reset() {
this.form = {
fileName: undefined,
fileName: "",
fileUrl: undefined,
storePath: "uploads",
fileSize: undefined,