From 4395f0d2422b4af5b6a07b302e94c1a99b8e3c2b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 21 四月 2025 14:24:19 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/hospital.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue index 1e274a2..3943ac0 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" @@ -542,7 +542,7 @@ pageNum: 1, pageSize: 10, cry: 1, - searchscope:2, + searchscope:3, scopetype: [], leaveldeptcodes: [], leavehospitaldistrictcodes: [], @@ -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; -- Gitblit v1.9.3