From 62bfa86a41c6797881194f91b9b748e120c11ea7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 22 八月 2024 17:10:46 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/outpatient/index.vue    |   11 +++++++----
 src/views/patient/propaganda/Missionotice.vue |    7 +++++--
 src/views/patient/questionnaire/index.vue     |   13 ++++++-------
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue
index 60771dc..873a6c8 100644
--- a/src/views/followvisit/outpatient/index.vue
+++ b/src/views/followvisit/outpatient/index.vue
@@ -276,7 +276,7 @@
             <span>{{ parseTime(scope.row.finishtime) }}</span>
           </template>
         </el-table-column>
-      
+
 
         <el-table-column
           label="闅忚鐘舵��"
@@ -634,7 +634,7 @@
         pageNum: 1,
         pageSize: 10,
         hospType:2
-        
+
       },
       propss: { multiple: true },
       options: [],
@@ -660,7 +660,7 @@
       serviceState:[],
       // 琛ㄥ崟鏍¢獙
       rules: {
-       
+
       },
     };
   },
@@ -789,7 +789,10 @@
     handleAdd() {
       this.$router.push({
         path: "/followvisit/particty",
-        query: { type: 2 },
+        query: {
+          type: 3,
+          serviceType: 3,
+        },
       });
     },
 
diff --git a/src/views/patient/propaganda/Missionotice.vue b/src/views/patient/propaganda/Missionotice.vue
index 710fb7e..e917465 100644
--- a/src/views/patient/propaganda/Missionotice.vue
+++ b/src/views/patient/propaganda/Missionotice.vue
@@ -556,8 +556,11 @@
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 1 },
+        path: "/followvisit/Missioncreation",
+        query: {
+          type: 1,
+          serviceType:8,
+        },
       });
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
diff --git a/src/views/patient/questionnaire/index.vue b/src/views/patient/questionnaire/index.vue
index ee6d850..2cc5fc5 100644
--- a/src/views/patient/questionnaire/index.vue
+++ b/src/views/patient/questionnaire/index.vue
@@ -614,7 +614,6 @@
           value: 4,
           label: "宸插仠姝�",
         },
-
       ],
       // 琛ㄥ崟鏍¢獙
       rules: {
@@ -785,8 +784,11 @@
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 6 },
+        path: "/followvisit/QuestionnaireTask",
+        query: {
+          type: 2,
+          serviceType: 7,
+        },
       });
     },
 
@@ -888,10 +890,7 @@
     Seedetails() {
       this.$router.push({
         path: "/followvisit/QuestionnaireTask",
-        query: {
-          type: 2,
-          serviceType: 7,
-        },
+        query: { type: 6 },
       });
     },
     // 瀵煎叆鎸夐挳

--
Gitblit v1.9.3