el-upload上传文件 得到文件但是上传至接口为空 submitUpload(){let fileData=newFormData();//关键在这里fileData.append("file",this.file);fileData.append("projectId","");fileData.append("region",this.ruleForm.region);importExcel(fileData).then((res)=>{this.uploadDialogShow=false;constcode=res....
Related Component el-upload Reproduction Link Element Plus Playground Steps to reproduce 1.点击上传附件 2.console.info()输出beforeUpload中的file文件 3.打开控制台,查看file文件的type类型为空 What is Expected? 能拿到beforeUpload方法中file的rar文件类型type What is actually happening? 只有上传rar文件时,b...