From 3f6bf89b1985b6668f02ffcc9af577b412e92e45 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 24 三月 2025 17:17:45 +0800
Subject: [PATCH] bug修改

---
 src/views/safetyReview/userManage/expertUsers/components/projectDialog.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/safetyReview/userManage/expertUsers/components/projectDialog.vue b/src/views/safetyReview/userManage/expertUsers/components/projectDialog.vue
index 1c1b972..0b6bcfb 100644
--- a/src/views/safetyReview/userManage/expertUsers/components/projectDialog.vue
+++ b/src/views/safetyReview/userManage/expertUsers/components/projectDialog.vue
@@ -154,7 +154,13 @@
 const toProcess = (type,value,toPath) => {
   dialogVisible.value = false;
   value.type = type;
-  router.push({ path: '/process', query: {id: value.id, type: type, toPath: toPath}});
+  if(value.estimateType == 33){
+    router.push({ path: '/processTest', query: {id: value.id, type: type, toPath: toPath}});
+  }else{
+    router.push({ path: '/process', query: {id: value.id, type: type, toPath: toPath}});
+  }
+
+
 }
 const goMenu = (toPath,val) => {
   console.log("val",val)

--
Gitblit v1.9.2