From 585d0408f6970c02a545d0a1b99c72fdcf370632 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 19 八月 2025 10:54:46 +0800
Subject: [PATCH] 统计页面数据接入
---
src/views/followvisit/tasklist/index.vue | 6 ++----
src/views/index.vue | 1 -
2 files changed, 2 insertions(+), 5 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) => {
diff --git a/src/views/index.vue b/src/views/index.vue
index 9bc65bb..8b63e39 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -21,7 +21,6 @@
<el-col :span="10">
<div class="home-user-task-stats">
<p>{{ OutpatientData.rc }}</p>
- <p>{{ OutpatientData.rc }}</p>
<div class="text-color2">
<p>闂ㄨ瘖灏辫瘖閲忥紙浜烘锛�</p>
</div>
--
Gitblit v1.9.3