From a9d2b856e0f6be6475319c2dc36bf405c2f908fc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 22 九月 2026 14:04:52 +0800
Subject: [PATCH] 测试完成
---
src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue b/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
index c1cee6a..f0534c0 100644
--- a/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
+++ b/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
@@ -354,7 +354,7 @@
statisticaltype: 1,
leavehospitaldistrictcodes: ["all"],
deptcodes: [],
- serviceType: [],
+ serviceType: [2],
dateRange: [],
pageNum: 1,
pageSize: 20,
@@ -374,23 +374,23 @@
// 鏈嶅姟绫诲瀷閫夐」
options: [
- {
- value: 6,
- label: "浣忛櫌婊℃剰搴�",
- raw: {
- cssClass: "",
- listClass: "",
- },
- },
+ // {
+ // value: 6,
+ // label: "浣忛櫌婊℃剰搴�",
+ // raw: {
+ // cssClass: "",
+ // listClass: "",
+ // },
+ // },
- {
- value: 14,
- label: "闂ㄨ瘖婊℃剰搴�",
- raw: {
- cssClass: "",
- listClass: "",
- },
- },
+ // {
+ // value: 14,
+ // label: "闂ㄨ瘖婊℃剰搴�",
+ // raw: {
+ // cssClass: "",
+ // listClass: "",
+ // },
+ // },
],
// 琛ㄦ牸鏁版嵁
@@ -475,7 +475,7 @@
// 鑾峰彇绉戝鏍�
getDeptTree() {
// 鑾峰彇鏈嶅姟绫诲瀷
- // this.options = this.$store.getters.tasktypes || [];
+ this.options = this.$store.getters.tasktypes || [];
// 鑾峰彇绉戝鍒楄〃
this.flatArraydept = (this.$store.getters.belongDepts || []).map(
--
Gitblit v1.9.3