文件上传修改
This commit is contained in:
parent
2256a3233c
commit
9f8333767a
|
|
@ -89,7 +89,6 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
beforeUpload(file) {
|
||||
alert(file.size);
|
||||
// 如果正在上传中,阻止新的上传
|
||||
if (this.isUploading) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue