From c4f2875b50f07e6f375cd9c9ec4d8fbc2494d35d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 八月 2024 16:55:54 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/discharge/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index ba40e15..67bdf09 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -800,7 +800,10 @@
     handleAdd() {
       this.$router.push({
         path: "/followvisit/particty",
-        query: { type: 3 },
+        query: {
+          type: 3,
+          serviceType: 2,
+        },
       });
     },
 

--
Gitblit v1.9.3