laboratory/src/components/DynamicComponent/addTableData.vue
@@ -383,7 +383,6 @@ }); } console.log(submitData,'修改的数据') this.$emit("success", submitData); this.handleClose(); } else { @@ -399,7 +398,6 @@ } }, handleImageSuccess(res, file, fileList) { console.log('res, file, fileList',res, file, fileList) const url = res.msg; file.url = getFullUrl(url); const imageHeader = this.headerList.find(h => h.type === 'image');