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