From 3207bfdf2e864a028a58db1a75253781b1f90655 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 12 七月 2024 14:24:19 +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