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