From 0733833340a773ec9ea4d3acee3d37526161bfd9 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 22 八月 2024 16:51:03 +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