src/views/business/reportPreparation/index.vue
@@ -207,6 +207,7 @@ import limsTable from "@/components/Table/lims-table.vue"; import {delFile, downFile, getFileList} from "@/api/business/rawMaterialOrder"; export default { name: 'ReportPreparation', components: { limsTable, onlyoffice }, data() { return { @@ -609,6 +610,7 @@ }, fileBeforeUpload(file) { let flag = true console.log('file----', file) if (file.size > 1024 * 1024 * 10) { this.$message.error('上传文件不超过10M'); this.$refs.upload.clearFiles()