From 309de3e6550fdb5a31052d138d8882c32f799e5f Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 13 十月 2025 10:13:58 +0800
Subject: [PATCH] 丽水中满意度个性化
---
src/views/patient/propaganda/particty.vue | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 8e079e3..d67c424 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -87,7 +87,7 @@
<SortCheckbox
v-model="checkList"
:options="checkboxlist"
- :selectedOrder="selectedOrder"
+ :initialselectedOrder="selectedOrder"
value-key="value"
label-key="label"
@change="checkSelectionChange"
@@ -1683,12 +1683,11 @@
} else {
this.patientqueryParams.pids = null;
}
- // 绫诲瀷鍒ゆ柇 yxh淇敼
if (this.patientqueryParams.allhosp == 1) {
this.patientqueryParams.cry = 1;
} else if (this.patientqueryParams.allhosp == 4) {
- // this.patientqueryParams.cry = 0;
- // this.patientqueryParams.allhosp = "1";
+ // this.patientqueryParams.cry = 0;
+ // this.patientqueryParams.allhosp = "1";
}
// 鏉ユ簮鍒ゆ柇
@@ -1798,15 +1797,20 @@
},
getList() {},
handleQuery() {
- console.log("this.patientqueryParams.allhosp",this.patientqueryParams.allhosp);
+ console.log(
+ "this.patientqueryParams.allhosp",
+ this.patientqueryParams.allhosp
+ );
if (this.patientqueryParams.topica == 0) {
- this.patientqueryParams.leavehospitaldistrictcodes = store.getters.leavehospitaldistrictcodes;
+ this.patientqueryParams.leavehospitaldistrictcodes =
+ store.getters.leavehospitaldistrictcodes;
this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes;
} else if (this.patientqueryParams.topica == 1) {
this.patientqueryParams.leavehospitaldistrictcodes = null;
this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes;
} else if (this.patientqueryParams.topica == 2) {
- this.patientqueryParams.leavehospitaldistrictcodes = store.getters.leavehospitaldistrictcodes;
+ this.patientqueryParams.leavehospitaldistrictcodes =
+ store.getters.leavehospitaldistrictcodes;
this.patientqueryParams.leaveldeptcodes = null;
}
if (
@@ -1820,8 +1824,11 @@
)
this.patientqueryParams.leaveldeptcodes = null;
this.handleAddpatient();
-
- console.log("this.patientqueryParams.allhosp",this.patientqueryParams.allhosp);
+
+ console.log(
+ "this.patientqueryParams.allhosp",
+ this.patientqueryParams.allhosp
+ );
},
resetQuerymb() {
--
Gitblit v1.9.3