Fix Bug #530: 根因+修复方案摘要

This commit is contained in:
2026-05-18 11:02:19 +08:00
parent 58e391bd2c
commit 6b347e9136
2 changed files with 35 additions and 0 deletions

View File

@@ -777,6 +777,9 @@ const InputOptions = ref([
// 日期范围 - 体征信息搜索时间
const receptionTime = ref(null);
// 按钮禁用状态(保存按钮依赖)
const buttonDisabled = ref(false);
// 表单数据 - 体征录入
const formData = ref({
recordingDate: '',