From 8029dc74c4b01c377c1aec6d50b97067eb0958f3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 14 三月 2025 15:45:39 +0800
Subject: [PATCH] 数采配置页面修改

---
 src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
index 958866b..234e7f1 100644
--- a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
+++ b/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();
           });

--
Gitblit v1.9.3