gaoluyang
2025-03-13 cbbd61172fc3701f44cf934c87d7ac0ee32c2a6e
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()