avue-crud表格出现多余的横线、空白

 <avue-crud :option="option" :table-loading="loading" :data="data"ref="crud"></avue-crud>

更新完数据加上

 this.$nextTick(() => {
   this.$refs.crud.refreshTable();
 })