feat: Items data table.

This commit is contained in:
Ahmed Bouhuolia
2020-03-25 18:05:15 +02:00
parent 1894ad3b18
commit edd8693450
22 changed files with 567 additions and 20 deletions

View File

@@ -336,7 +336,7 @@ export default {
if (filter.filter_roles.length > 0) {
filterConditions.buildQuery()(builder);
}
}).page(filter.page - 1, filter.page_size);
}).pagination(filter.page - 1, filter.page_size);
return res.status(200).send({
items,