fix merge conflict
fix merge conflict 5 fix tag label fix CR notes fix filtes conbined
This commit is contained in:
@@ -218,10 +218,12 @@ export default {
|
||||
start = data.page === 1 ? 0 : limit * (data.page - 1);
|
||||
paged = start + "," + limit;
|
||||
filters["paged"] = paged;
|
||||
return new Promise((resolutionFunc, rejectionFunc) => {
|
||||
_.forIn(this.filters, function(item, key) {
|
||||
_.forIn(this.filters, function (item, key) {
|
||||
if(filters && item.value) {
|
||||
filters[item.filterVar] = item.value;
|
||||
});
|
||||
}
|
||||
});
|
||||
return new Promise((resolutionFunc, rejectionFunc) => {
|
||||
api.cases
|
||||
.search(filters)
|
||||
.then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user