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/patient/subsequent/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/patient/subsequent/index.vue b/src/views/patient/subsequent/index.vue index 229ea32..3557c62 100644 --- a/src/views/patient/subsequent/index.vue +++ b/src/views/patient/subsequent/index.vue @@ -807,7 +807,10 @@ handleAdd() { this.$router.push({ path: "/followvisit/particty", - query: { type: 4 }, + query: { + type: 3, + serviceType: 5, + }, }); }, -- Gitblit v1.9.3