From ec2f4293d56f72805313437f79125840043a8079 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 31 七月 2025 15:23:08 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/hospital.vue | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue index e402ca4..0d21849 100644 --- a/src/views/patient/patient/hospital.vue +++ b/src/views/patient/patient/hospital.vue @@ -45,6 +45,15 @@ @keyup.enter.native="handleQuery" /> </el-form-item> + <el-form-item label="绉戝鍚嶇О" prop="inhospno"> + <el-input + v-model="queryParams.deptname" + placeholder="璇疯緭鍏ョ瀹ゅ悕绉�" + clearable + style="width: 250px" + @keyup.enter.native="handleQuery" + /> + </el-form-item> <el-form-item label="鎮h�呰寖鍥�" prop="status"> <el-cascader @@ -615,7 +624,7 @@ (obj) => obj.deptCode ); this.getList(); - this.listDept(); + // this.listDept(); this.gettabList(); }, methods: { @@ -758,6 +767,9 @@ leaveldeptcodes: [], leavehospitaldistrictcodes: [], }; + this.queryParams.leaveldeptcodes = store.getters.belongDepts.map( + (obj) => obj.deptCode + ); this.handleQuery(); }, // 澶氶�夋閫変腑鏁版嵁 -- Gitblit v1.9.3