Skip to content

v2.9.5

Compare
Choose a tag to compare
@nmxiaowei nmxiaowei released this 11 Apr 01:21
· 299 commits to master since this release

v2.9.5

2022-04-08

调整

  • crud组件中的search-change、row-save、row-del、row-update方法里返回表单数据去掉空数据和字典字段,如果要使用字典请使用v-model绑定
  • form组件中的submit方法返回表单数据去掉了空数据和字典字典,如果要使用字典请使用v-model绑定
  • 删除了empty组件使用最新的ele的empty组件

新增

  • 新增crud组件搜索searchFilterDic、searchFilterNull、searchFilterParam三个过滤参数,在线例子
  • 新增crud组件的clearFilter函数github_pr_550

修复