From 9cb1c3c39136c89974bc4049fca5e450e757b1be Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期五, 15 八月 2025 17:51:03 +0800
Subject: [PATCH] fix

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

diff --git a/laboratory/src/views/dataManagement/confirmation-sheet/components/experimental-scheduling.vue b/laboratory/src/views/dataManagement/confirmation-sheet/components/experimental-scheduling.vue
index c6ceb3b..c913eba 100644
--- a/laboratory/src/views/dataManagement/confirmation-sheet/components/experimental-scheduling.vue
+++ b/laboratory/src/views/dataManagement/confirmation-sheet/components/experimental-scheduling.vue
@@ -147,7 +147,6 @@
                 ...this.form
             };
             getDispatchList(params).then(res => {
-                console.log('222222222222',res)
                 if (res) {
                     this.tableData = res.data.records || [];
                     this.total = res.data.total || 0;
@@ -164,7 +163,6 @@
             this.getTableData();
         },
         changeSelectedRows(val) {
-            console.log('val',val)
             this.selectedRows = val;
         },
         handleCancel() {

--
Gitblit v1.7.1