src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
@@ -341,10 +341,8 @@ selectUserCondition, } from "@/api/business/inspectionTask.js"; export default { components: { filePreview, limsTable }, name: 'RevisionRecord', components: {filePreview, limsTable}, data() { return { addPower: true, @@ -693,7 +691,6 @@ }) .then(() => { delManageRecordAudit({ id: row.id }).then((res) => { if (res.code == 201) return; this.$message.success("删除成功"); this.refresh(); });