laboratory/src/views/reportLibrary/projectProposalLibrary/add.vue
@@ -157,7 +157,6 @@ customUploadRequest({ file, onSuccess: (res) => { console.log() if (res.code === 200) { const fileObj = { id: new Date().getTime(), @@ -200,7 +199,6 @@ } }, submit() { console.log(this.$refs.materialEditor.getContent()); if (this.tableData.length == 0) { this.$message.error('请选择项目组') return