组件 handleOk 混用 UI 鼠标事件与存证数组,导致 SyntheticBaseEvent 污染父表单 records 状态并触发 filter 原型异常
| 属性 | 内存值 (Runtime Value) |
|---|---|
| 类型 (Type) | Array |
| 原型链 (__proto__) | Array.prototype |
| .filter 方法 | function filter() { [native] } |
| 当前承载内容 | [{ id: "101", type: "design" }, { id: "102", type: "design" }] |