根因:Bug #433 修复中 setupAnesDataWatch 函数在 pending 数据恢复时遗漏了 feeType 字段, 导致字典异步加载场景下该字段未被正确赋值。 修复:在 watch 回调中增加 if (data.feeType != null) form.feeType = data.feeType Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
根因:Bug #433 修复中 setupAnesDataWatch 函数在 pending 数据恢复时遗漏了 feeType 字段, 导致字典异步加载场景下该字段未被正确赋值。 修复:在 watch 回调中增加 if (data.feeType != null) form.feeType = data.feeType Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>