PMCORE-2807:Seach by process > The result list is repeating the Processes' name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user