From 0700456fd5717931c424c2e46552561716f1eb81 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 04 七月 2024 21:44:44 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/tasklist/index.vue |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 008b4f7..defdf55 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -755,23 +755,38 @@
           path: "/followvisit/QuestionnaireTask",
           query: { type: 2, typename: typename },
         });
+      } else if (this.tasktopic == 1) {
+        this.$router.push({
+          path: "/followvisit/Missioncreation",
+          query: { type: 3, typename: typename },
+        });
       }
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
-      this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: this.tasktopic, id: row.taskid },
-      });
-      if (this.tasktopic == 1 || this.tasktopic == 2 || this.tasktopic == 3) {
+      // this.$router.push({
+      //   path: "/followvisit/particty",
+      //   query: { type: this.tasktopic, id: row.taskid },
+      // });
+      if (
+        this.tasktopic == 2 ||
+        this.tasktopic == 3 ||
+        this.tasktopic == 4 ||
+        this.tasktopic == 5
+      ) {
         this.$router.push({
           path: "/followvisit/particty",
-          query: { type: this.tasktopic, id: row.taskid },
+          query: { type: 1, id: row.taskid },
         });
       } else if (this.tasktopic == 6) {
         this.$router.push({
           path: "/followvisit/QuestionnaireTask",
-          query: { type: this.tasktopic, id: row.taskid },
+          query: { type: 2, id: row.taskid },
+        });
+      } else if (this.tasktopic == 1) {
+        this.$router.push({
+          path: "/followvisit/Missioncreation",
+          query: { type: 3, id: row.taskid },
         });
       }
     },

--
Gitblit v1.9.3