PMCORE-2807:Seach by process > The result list is repeating the Processes' name

This commit is contained in:
fabio
2021-01-27 17:48:14 -04:00
parent 5ea5f16916
commit 1bbc329163

View File

@@ -63,6 +63,7 @@ export default {
api.filters
.processList(query)
.then((response) => {
self.processes = [];
_.forEach(response.data, function(elem, key) {
self.processes.push({
label: elem.PRO_TITLE,