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
|
api.filters
|
||||||
.processList(query)
|
.processList(query)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
|
self.processes = [];
|
||||||
_.forEach(response.data, function(elem, key) {
|
_.forEach(response.data, function(elem, key) {
|
||||||
self.processes.push({
|
self.processes.push({
|
||||||
label: elem.PRO_TITLE,
|
label: elem.PRO_TITLE,
|
||||||
|
|||||||
Reference in New Issue
Block a user