change data name
This commit is contained in:
parent
4f8a1661fc
commit
86939055cd
@ -257,7 +257,7 @@ export default {
|
||||
data.forEach(function (item) {
|
||||
this.values.push({
|
||||
key: item.id,
|
||||
value: item.name
|
||||
value: (item.title) ? item.title : (item.display_name) ? item.display_name : item.name
|
||||
});
|
||||
}, this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user