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