From 718a13554dbb2f99e27adeb7b95edfc3096dacc5 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 14:24:27 +0800
Subject: [PATCH] 删除打印和路由返回

---
 laboratory/src/views/middleground/index.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/laboratory/src/views/middleground/index.vue b/laboratory/src/views/middleground/index.vue
index 584e9f7..506b25c 100644
--- a/laboratory/src/views/middleground/index.vue
+++ b/laboratory/src/views/middleground/index.vue
@@ -258,8 +258,16 @@
     toDetail(item){
       console.log('item item',item)
       read({id:item.id}).then(res=>{
-        console.log('res',res)
-
+        let urlList=['/dataManagement/approvalPlan','/dataManagement/suspendExperiment','/dataManagement/testResultReport'
+          ,'/reportLibrary/feasibilityStudy','/deliveryAssessment/reportEvaluation','/dataManagement/confirmation-sheet',
+          '/dataManagement/inspectionReport','/dataManagement/scheme-management','/chemistQa/projectTesting',
+          '/deliveryAssessment/reportEvaluation','/dataManagement/dispatching','/dataManagement/confirmation-sheet',
+          '/sampleManage/manage','/dataManagement/dispatching'
+        ]
+        let url=urlList[item.noticeType *1]
+        this.$router.push({
+          path: url,
+        });
       })
 
     }

--
Gitblit v1.7.1