mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Items data table.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user