From 9955d350edda1cecf63b1efa4f77923d15e7e1c3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 27 六月 2024 14:33:35 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/tasklist/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 71ed556..d415167 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -627,6 +627,9 @@
/** 鏌ヨ浠诲姟鍒楄〃 */
getList() {
this.loading = true;
+ this.tasktopic = this.$route.query.tasktopic
+ ? this.$route.query.tasktopic
+ : this.tasktopic;
if (this.tasktopic == 1 || this.tasktopic == 2 || this.tasktopic == 3) {
getTasklist(this.topqueryParams).then((response) => {
this.userList = response.rows;
--
Gitblit v1.9.3