From 7d4770043f9bb6e7767978c2f705a6c15e118f1d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 16 四月 2025 20:52:20 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/hospital.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index 1e274a2..0f55b9e 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -36,9 +36,9 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
- <el-form-item label="浣忛櫌鍙�" prop="patid">
+ <el-form-item label="浣忛櫌鍙�" prop="inhospno">
<el-input
- v-model="queryParams.patid"
+ v-model="queryParams.inhospno"
placeholder="璇疯緭鍏ユ偅鑰呯紪鍙�"
clearable
style="width: 250px"
@@ -580,10 +580,10 @@
/** 鏌ヨ鎮h�呭垪琛� */
getList() {
if (this.queryParams.searchscope == 3) {
- this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
+ this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
(obj) => obj.deptCode
);
- this.topqueryParams.leavehospitaldistrictcodes =
+ this.queryParams.leavehospitaldistrictcodes =
store.getters.belongWards.map((obj) => obj.districtCode);
}
this.loading = true;
@@ -675,8 +675,8 @@
},
/** 鎼滅储鎸夐挳鎿嶄綔 */
handleQuery() {
- this.queryParams.startOutHospTime = this.dateRange[0];
- this.queryParams.endOutHospTime = this.dateRange[1];
+ this.queryParams.startInHospTime = this.dateRange[0];
+ this.queryParams.endInHospTime = this.dateRange[1];
this.queryParams.pageNum = 1;
this.getList();
},
--
Gitblit v1.9.3