PMCORE-3703

This commit is contained in:
henry jordan
2022-04-19 21:56:07 +00:00
committed by Julio Cesar Laura Avendaño
parent 15022138b9
commit 5769c880ac
4 changed files with 22 additions and 8 deletions

View File

@@ -398,6 +398,7 @@ export default {
},
itemMap: {
case_number: "caseNumber",
task_title: "taskTitle",
thread_title: "caseTitle",
delegation_date: "delegationDate",
send_by: "bySendBy",
@@ -809,7 +810,9 @@ export default {
}
}
that.headings[item.field] = item.name;
columns.push(item.field);
if(item.enableFilter){
columns.push(item.field);
}
});
that.filterItems = newItems;
dt = that.formatDataResponse(response.data.data);