fix Cr notes

This commit is contained in:
Rodrigo Quelca
2021-08-27 19:15:18 +00:00
parent 5ae61fbaf3
commit c2e19cf457
4 changed files with 12 additions and 8 deletions

View File

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