feature/PMCORE-2545

update
This commit is contained in:
Henry Jordan
2020-12-11 19:36:41 +00:00
parent 58c084bccc
commit 55754b18dd
18 changed files with 227 additions and 347 deletions

View File

@@ -155,7 +155,6 @@ export default {
.search(that.jsonFilters)
.then((response) => {
dt = that.formatDataResponse(response.data.data);
console.log(dt);
resolutionFunc({
data: dt,
count: response.data.total,