华佗 1f46c1e5a1 fix(#752): 请修复 Bug #752(诸葛亮分析完成,分配给你)
根因:
- JSON parse error: Cannot deserialize value of type java.lang.Integer from Boolean value

修复:
- 文件**: `healthlink-his-ui/src/views/doctorstation/components/examination/examinationApplication.vue`
- 将 8 处 `:true-value="true"` 全部改为 `:true-value="1"`,确保 checkbox 选中时提交整数 `1` 而非布尔值 `true`。
- | 位置 | 字段 | 是否可交互 |
- |------|------|-----------|
- | L134 | 列表行 `isUrgent` | disabled(只读展示) |
- | L149 | 列表行 `isCharged` | disabled |
- | L164 | 列表行 `isRefunded` | disabled |
- | L179 | 列表行 `isExecuted` | disabled |
- | L455 | 表单 `isUrgent` | **可交互(触发 Bug)** |
- | L462 | 表单 `isCharged` | disabled |
- | L470 | 表单 `isRefunded` | disabled |
- | L478 | 表单 `isExecuted` | disabled |
- ### 验证结果
-  后端 `mvn compile -DskipTests` → BUILD SUCCESS
-  前端 `npm run build:dev` → built in 1m 54s,无错误
2026-06-13 13:09:36 +08:00
2026-05-27 08:59:07 +08:00
Description
No description provided
320 MiB
Languages
Java 47.5%
Vue 45.4%
JavaScript 4.4%
Python 1.3%
HTML 0.6%
Other 0.7%