From 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期二, 01 七月 2025 09:00:38 +0800
Subject: [PATCH] 修改bug,验收通过

---
 laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue b/laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue
index e261ba7..4114027 100644
--- a/laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue
+++ b/laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue
@@ -150,7 +150,6 @@
       try {
         this.loading = true;
         const res = await getDetail({ id: this.id });
-        console.log('res', res)
         if (res) {
           this.formData = {
             ...res,

--
Gitblit v1.7.1