From d03829bdf327d0e457a2f4e3699a69d5ad47d3a3 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 03 九月 2024 10:41:34 +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