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/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