修复多功能表格组件在未开启搜索功能时报错的bug

This commit is contained in:
zhigang.li@tendcloud.com 2018-11-06 17:53:38 +08:00
parent 612abab7df
commit a7b7a20d33
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ export default {
},
value (val) {
this.handleTableData()
this.handleSearch()
if (this.searchable) this.handleSearch()
}
},
mounted () {