From 776c124cbe17341d796bc00e7834a0e6066ad4f1 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 14:25:03 +0800
Subject: [PATCH] 删除打印和路由跳转

---
 laboratory/src/components/chooseProject/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/laboratory/src/components/chooseProject/index.vue b/laboratory/src/components/chooseProject/index.vue
index b613831..a55ad7c 100644
--- a/laboratory/src/components/chooseProject/index.vue
+++ b/laboratory/src/components/chooseProject/index.vue
@@ -78,7 +78,6 @@
                 this.form.endTime=this.form.date[1]
             }
             getDataList({ ...this.form }).then(res => {
-                console.log('/////////////', res);
                 this.tableData = res.data.records || []
                 this.total = res.data.total || 0
                 if (this.selectedData && this.selectedData.id) {
@@ -105,7 +104,6 @@
             this.handleSearch()
         },
         handleSearch() {
-            console.log('shuju',this.form);
             
             this.open()
         },

--
Gitblit v1.7.1