Merged in bugfix/PMCORE-2807 (pull request #7791)

PMCORE-2807

Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
Fabio Guachalla
2021-02-09 13:17:06 +00:00
committed by Julio Cesar Laura Avendaño

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,