console.info(this.$refs.upload.uploadFiles.length)

//this.$refs.upload.uploadFiles.length 获取当前上传控件中已选择的文件大小

//判断是否存在已上传文件
if(this.$refs.upload.uploadFiles.length === 0){
  this.$modal.msgWarning("请上传文件");
  return;
}

Logo

快速构建 Web 应用程序

更多推荐