fix getCases list cards

This commit is contained in:
Rodrigo Quelca
2021-08-27 18:39:10 +00:00
parent aa433c1ea2
commit 5ae61fbaf3

View File

@@ -127,8 +127,8 @@ export default {
}
});
return new Promise((resolutionFunc, rejectionFunc) => {
api.cases
.todo(filters)
api.cases[that.data.pageParent]
(filters)
.then((response) => {
dt = that.formatDataResponse(response.data.data);
resolutionFunc({