src/views/CNAS/systemManagement/documentControl/components/FileList.vue
@@ -334,6 +334,7 @@ formData.append('file', pdfBlob, fileName); // 文件字段 formData.append('id', this.currentInfo.id); // 文件名字段 try { let res = await uploadFileManageDocumentList(formData) this.addLoading = false if (res.code == 200) { @@ -345,6 +346,10 @@ this.$message({ message: '上传失败', type: 'error' }); return false } } catch (e) { this.addLoading = false } }, handleDelete(row) { this.$confirm("是否删除该条数据?", "提示", {