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() { reset() {
this.form = { this.form = {
fileName: undefined, fileName: "",
fileUrl: undefined, fileUrl: undefined,
storePath: "uploads", storePath: "uploads",
fileSize: undefined, fileSize: undefined,