gaoluyang
2025-03-14 b304ff03ae47e963b3b398d382090679d6a4944f
src/views/business/reportPreparation/index.vue
@@ -609,6 +609,7 @@
    },
    fileBeforeUpload(file) {
      let flag = true
      console.log('file----', file)
      if (file.size > 1024 * 1024 * 10) {
        this.$message.error('上传文件不超过10M');
        this.$refs.upload.clearFiles()