From de4162e7cbf370ce2fe0ab777e1c9e96f14e116a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 08 九月 2025 17:28:36 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/tasklist/index.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 60564ca..5143c6f 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -732,6 +732,7 @@
label: "闂嵎闅忚",
},
];
+ this.topqueryParams.type=2;
} else if (this.tasktopic == 4 || this.tasktopic == 8) {
if (!this.topqueryParams.type) this.topqueryParams.type = "3";
this.longtermlist = [
@@ -740,6 +741,7 @@
label: "瀹f暀鍏虫��",
},
];
+ this.topqueryParams.type=3;
} else if (this.tasktopic == 5) {
if (!this.topqueryParams.type) this.topqueryParams.type = "1";
this.longtermlist = [
@@ -753,10 +755,6 @@
},
];
}
- // this.topqueryParams.typename = this.findLabelByValue(
- // this.taskoptions,
- // this.tasktopic
- // );
this.topqueryParams.beginTime = this.dateRange[0];
this.topqueryParams.endTime = this.dateRange[1];
getTasklist(this.topqueryParams).then((response) => {
--
Gitblit v1.9.3