FEMessage / el-data-table

🥘Base on element-ui, makes crud easily
https://femessage.github.io/el-data-table/
MIT License
486 stars 112 forks source link

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

Closed DeepenLau closed 4 years ago

DeepenLau commented 4 years ago

Describe the bug

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

粗略一看,怀疑是这里的判断有bug,但不一定是这里的问题 https://github.com/FEMessage/el-data-table/blob/f12e89cabba66280d3ddb7951143e8316db9bcc7/src/el-data-table.vue#L1000 image

Screenshots

image

snowlocked commented 4 years ago

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