FEMessage/el-data-table

不分页查询时候 slot-no-data 不生效

DeepenLau opened this issue · 1 comments

Describe the bug

1.不分页查询时候,接口没有返回 total 字段
2.slot-no-data 不生效

粗略一看,怀疑是这里的判断有bug,但不一定是这里的问题

this.total === 0 &&

image

Screenshots

image

不分页时这里已经有计算total的值了,需要检查

  • 搜索条件是否为空
  • dataPath路径是否正确
  • 组件是否有no-data插槽
    image