From 7eaee92ee52e1501480adbbe8a1af9ddecc04275 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 04 九月 2024 11:05:23 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/index.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue
index cb2e9bd..2e435ec 100644
--- a/src/views/patient/propaganda/index.vue
+++ b/src/views/patient/propaganda/index.vue
@@ -38,7 +38,7 @@
             </el-option>
           </el-select>
         </el-form-item>
-        <el-form-item label="妯$増" prop="status">
+        <el-form-item label="妯℃澘" prop="status">
           <el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
             <el-option
               v-for="item in topicoptions"
@@ -172,7 +172,7 @@
         </el-table-column>
 
         <el-table-column
-          label="瀹f暀妯$増"
+          label="瀹f暀妯℃澘"
           align="center"
           key="templatename"
           prop="templatename"
@@ -556,8 +556,11 @@
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 1 },
+        path: "/followvisit/Missioncreation",
+        query: {
+          type: 1,
+          serviceType: 4,
+        },
       });
     },
     /** 淇敼鎸夐挳鎿嶄綔 */

--
Gitblit v1.9.3