From a346cfbcb03a303dca252d910d2181f00e7adc20 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 03 九月 2024 10:39:10 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/outpatient/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue index 873a6c8..9e1be79 100644 --- a/src/views/followvisit/outpatient/index.vue +++ b/src/views/followvisit/outpatient/index.vue @@ -240,7 +240,7 @@ /> <el-table-column - label="闅忚鏂瑰紡锛堥渶璋冩暣鏍煎紡锛�" + label="闅忚鏂瑰紡" align="center" key="serviceform" prop="serviceform" @@ -788,9 +788,9 @@ /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd() { this.$router.push({ - path: "/followvisit/particty", + path: "/followvisit/QuestionnaireTask", query: { - type: 3, + type: 2, serviceType: 3, }, }); -- Gitblit v1.9.3