|
@@ -298,7 +298,7 @@
|
|
|
:on-error="handleUploadError"
|
|
|
:on-success="handleUploadSuccess"
|
|
|
:on-change="handleChange"
|
|
|
- :limit="10"
|
|
|
+ :limit="20"
|
|
|
accept=".zip"
|
|
|
:file-list="fileList"
|
|
|
:show-file-list="true"
|
|
@@ -447,6 +447,9 @@ export default {
|
|
|
console.log(this.uploadFileUrl);
|
|
|
this.uploadFileUrl = this.uploadFileUrl;
|
|
|
this.fileList = [];
|
|
|
+ this.uploadingCount=0; // 正在上传的文件数量
|
|
|
+ this.uploadingFileSUccess=[];
|
|
|
+ this.uploadingFileFail=[];
|
|
|
this.fileUploadDiv = true;
|
|
|
},
|
|
|
handleBeforeUpload(file) {
|