Commit 897bed97295a0b9101d33102340749689a4368de
1 parent
a764a95a
fix(api-select): fix `options-change` event data
修复options-change事件参数不是select所使用的标准options数据的问题
Showing
2 changed files
with
2 additions
and
1 deletions
CHANGELOG.zh_CN.md
... | ... | @@ -31,6 +31,7 @@ |
31 | 31 | - **BasicTree** 修复搜索功能可能导致`checkedKeys`丢失的问题 |
32 | 32 | - **CodeEditor** 修复 value 不支持 v-model 用法的问题 |
33 | 33 | - **CountdownInput** 修复不支持`input`插槽的问题 |
34 | +- **ApiSelect** 修复`options-change`事件参数不是`select`所使用的标准`options`数据的问题 | |
34 | 35 | - **其它** |
35 | 36 | - 修复菜单默认折叠的配置不起作用的问题 |
36 | 37 | - 修复`safari`浏览器报错导致网站打不开 | ... | ... |
src/components/Form/src/components/ApiSelect.vue