根因:form reactive 对象中缺少 feeType 字段声明,导致 Object.assign(form, data) 时 feeType 未成为响应式属性,编辑/查看弹窗中 el-input 无法绑定到数据。 同时在 resetForm 中补充 feeType 重置。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
根因:form reactive 对象中缺少 feeType 字段声明,导致 Object.assign(form, data) 时 feeType 未成为响应式属性,编辑/查看弹窗中 el-input 无法绑定到数据。 同时在 resetForm 中补充 feeType 重置。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>