This website requires JavaScript.
Explore
Help
Register
Sign In
wangyizhe
/
his
Watch
1
Star
3
Fork
0
You've already forked his
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1e77c0756b22b37554b86c0fa17bbd9bf9dd892c
his
/
openhis-ui-vue3
/
src
/
views
/
inpatientDoctor
/
home
/
components
/
applicationShow
History
zhaoyun
f274ebaf5c
Fix Bug
#478
: 住院医生工作站检验申请详情「发往科室」显示为- — 根因:getLocationInfo 未对科室ID做类型归一化,recursionFun 中 item.id == targetDepartment 在类型不一致时匹配失败;修复:新增 normalizeOrgTreeIds 统一转 String,recursionFun 改用 String(item.id) === String(targetDepartment)
...
Co-Authored-By: Claude Opus 4.7 <
noreply@anthropic.com
>
2026-05-19 15:09:23 +08:00
..
api.js
bug 362 428 436
2026-05-13 12:59:03 +08:00
bloodTtransfusionAapplication.vue
Fix Bug
#477
: 住院医生工作站-住院检查申请详情弹窗中"发往科室"字段显示为短横线(-),未正常获取数据
2026-05-11 14:03:49 +08:00
examineApplication.vue
bug 443 444 445 478 494 521
2026-05-19 14:22:40 +08:00
nursingStatus.vue
Fix Bug
#443
: 手术计费:点击签发耗材时异常报错
2026-05-08 09:14:18 +08:00
reportQuery.vue
Fix Bug
#443
: 手术计费:点击签发耗材时异常报错
2026-05-08 09:14:18 +08:00
surgeryApplication.vue
bug 514 537 538 540 543
2026-05-18 17:44:15 +08:00
testApplication.vue
Fix Bug
#478
: 住院医生工作站检验申请详情「发往科室」显示为- — 根因:getLocationInfo 未对科室ID做类型归一化,recursionFun 中 item.id == targetDepartment 在类型不一致时匹配失败;修复:新增 normalizeOrgTreeIds 统一转 String,recursionFun 改用 String(item.id) === String(targetDepartment)
2026-05-19 15:09:23 +08:00